2 changed files with 11 additions and 2 deletions
@ -1,4 +1,4 @@ |
|||||
spring: |
spring: |
||||
profiles: |
profiles: |
||||
active: test |
active: prod |
||||
include: util-test,common |
include: util-prod,common |
@ -0,0 +1,9 @@ |
|||||
|
# Getting Started |
||||
|
|
||||
|
### Reference Documentation |
||||
|
For further reference, please consider the following sections: |
||||
|
|
||||
|
* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html) |
||||
|
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.4.0/maven-plugin/reference/html/) |
||||
|
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.4.0/maven-plugin/reference/html/#build-image) |
||||
|
|
Loading…
Reference in new issue