Browse Source

20201213

sd
zy_Java 5 years ago
parent
commit
4a47ca2fcd
  1. 4
      tall/src/main/resources/application.yml
  2. 9
      wisdomcar/HELP.md

4
tall/src/main/resources/application.yml

@ -1,4 +1,4 @@
spring:
profiles:
active: test
include: util-test,common
active: prod
include: util-prod,common

9
wisdomcar/HELP.md

@ -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…
Cancel
Save