[BAEL-17473] - Moved articles to corrrect places, formatted pom.xmls and added description in readme files
This commit is contained in:
parent
4f22a71702
commit
be24e03a48
@ -1,7 +1,10 @@
|
|||||||
|
## Spring Boot Artifacts
|
||||||
|
|
||||||
|
This module contains articles about configuring the Spring Boot build process.
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Spring Boot Dependency Management with a Custom Parent](https://www.baeldung.com/spring-boot-dependency-management-custom-parent)
|
- [Spring Boot Dependency Management with a Custom Parent](https://www.baeldung.com/spring-boot-dependency-management-custom-parent)
|
||||||
- [Create a Fat Jar App with Spring Boot](https://www.baeldung.com/deployable-fat-jar-spring-boot)
|
- [Create a Fat Jar App with Spring Boot](https://www.baeldung.com/deployable-fat-jar-spring-boot)
|
||||||
- [Intro to Spring Boot Starters](https://www.baeldung.com/spring-boot-starters)
|
- [Intro to Spring Boot Starters](https://www.baeldung.com/spring-boot-starters)
|
||||||
- [Spring Properties File Outside jar](https://www.baeldung.com/spring-properties-file-outside-jar)
|
|
||||||
- [Introduction to WebJars](https://www.baeldung.com/maven-webjars)
|
- [Introduction to WebJars](https://www.baeldung.com/maven-webjars)
|
||||||
- [A Quick Guide to Maven Wrapper](https://www.baeldung.com/maven-wrapper)
|
- [A Quick Guide to Maven Wrapper](https://www.baeldung.com/maven-wrapper)
|
@ -101,15 +101,6 @@
|
|||||||
|
|
||||||
<build>
|
<build>
|
||||||
<finalName>${project.artifactId}</finalName>
|
<finalName>${project.artifactId}</finalName>
|
||||||
<resources>
|
|
||||||
<resource>
|
|
||||||
<directory>src/main/resources</directory>
|
|
||||||
<filtering>true</filtering>
|
|
||||||
<excludes>
|
|
||||||
<exclude>**/conf.properties</exclude>
|
|
||||||
</excludes>
|
|
||||||
</resource>
|
|
||||||
</resources>
|
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
|
## Spring Boot Deployment
|
||||||
|
|
||||||
|
This module contains articles about deployment of a Spring Boot Application
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Deploy a Spring Boot WAR into a Tomcat Server](https://www.baeldung.com/spring-boot-war-tomcat-deploy)
|
- [Deploy a Spring Boot WAR into a Tomcat Server](https://www.baeldung.com/spring-boot-war-tomcat-deploy)
|
||||||
- [Spring Boot Console Application](https://www.baeldung.com/spring-boot-console-app)
|
- [Spring Boot Console Application](https://www.baeldung.com/spring-boot-console-app)
|
||||||
- [How to Configure Spring Boot Tomcat](https://www.baeldung.com/spring-boot-configure-tomcat)
|
- [How to Configure Spring Boot Tomcat](https://www.baeldung.com/spring-boot-configure-tomcat)
|
||||||
- [Spring Boot Embedded Tomcat Logs](https://www.baeldung.com/spring-boot-embedded-tomcat-logs)
|
- [Comparing Embedded Servlet Containers in Spring Boot](https://www.baeldung.com/spring-boot-servlet-containers)
|
@ -1 +1,7 @@
|
|||||||
|
management.endpoints.web.exposure.include=*
|
||||||
|
management.metrics.enable.root=true
|
||||||
|
management.metrics.enable.jvm=true
|
||||||
|
management.endpoint.restart.enabled=true
|
||||||
|
spring.datasource.jmx-enabled=false
|
||||||
spring.main.allow-bean-definition-overriding=true
|
spring.main.allow-bean-definition-overriding=true
|
||||||
|
management.endpoint.shutdown.enabled=true
|
@ -1,2 +1,7 @@
|
|||||||
|
## Spring Boot Environment
|
||||||
|
|
||||||
|
This module contains articles about configuring the Spring Boot `Environment`
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [EnvironmentPostProcessor in Spring Boot](https://www.baeldung.com/spring-boot-environmentpostprocessor)
|
- [EnvironmentPostProcessor in Spring Boot](https://www.baeldung.com/spring-boot-environmentpostprocessor)
|
||||||
|
- [Spring Properties File Outside jar](https://www.baeldung.com/spring-properties-file-outside-jar)
|
@ -1,6 +1,10 @@
|
|||||||
|
## Spring Boot Runtime
|
||||||
|
|
||||||
|
This module contains articles about administering a Spring Boot runtime
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Shutdown a Spring Boot Application](https://www.baeldung.com/spring-boot-shutdown)
|
- [Shutdown a Spring Boot Application](https://www.baeldung.com/spring-boot-shutdown)
|
||||||
- [Comparing Embedded Servlet Containers in Spring Boot](https://www.baeldung.com/spring-boot-servlet-containers)
|
|
||||||
- [Programmatically Restarting a Spring Boot Application](https://www.baeldung.com/java-restart-spring-boot-app)
|
- [Programmatically Restarting a Spring Boot Application](https://www.baeldung.com/java-restart-spring-boot-app)
|
||||||
- [Logging HTTP Requests with Spring Boot Actuator HTTP Tracing](https://www.baeldung.com/spring-boot-actuator-http)
|
- [Logging HTTP Requests with Spring Boot Actuator HTTP Tracing](https://www.baeldung.com/spring-boot-actuator-http)
|
||||||
- [How to Disable Console Logging in Spring Boot](https://www.baeldung.com/spring-boot-disable-console-logging)
|
- [How to Disable Console Logging in Spring Boot](https://www.baeldung.com/spring-boot-disable-console-logging)
|
||||||
|
- [Spring Boot Embedded Tomcat Logs](https://www.baeldung.com/spring-boot-embedded-tomcat-logs)
|
Loading…
x
Reference in New Issue
Block a user