From 4a47ca2fcdd13556c90d602412e3af64e18e72ea Mon Sep 17 00:00:00 2001 From: zy_Java <654600784@qq.com> Date: Sun, 13 Dec 2020 12:36:57 +0800 Subject: [PATCH] 20201213 --- tall/src/main/resources/application.yml | 4 ++-- wisdomcar/HELP.md | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 wisdomcar/HELP.md diff --git a/tall/src/main/resources/application.yml b/tall/src/main/resources/application.yml index eca66951..af245946 100644 --- a/tall/src/main/resources/application.yml +++ b/tall/src/main/resources/application.yml @@ -1,4 +1,4 @@ spring: profiles: - active: test - include: util-test,common \ No newline at end of file + active: prod + include: util-prod,common \ No newline at end of file diff --git a/wisdomcar/HELP.md b/wisdomcar/HELP.md new file mode 100644 index 00000000..ee42ad0d --- /dev/null +++ b/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) +