|
@@ -1,8 +1,10 @@
|
|
|
server.port=18080
|
|
|
+#server.servlet.context-path=/springboot_demo
|
|
|
|
|
|
#spring.thymeleaf.prefix=classpath:/test/
|
|
|
-#spring.thymeleaf.prefix=classpath:/templates
|
|
|
-#spring.thymeleaf.suffix=.html
|
|
|
+spring.thymeleaf.prefix=classpath:/templates/
|
|
|
+spring.thymeleaf.suffix=.html
|
|
|
+spring.thymeleaf.mode=HTML
|
|
|
#spring.thymeleaf.encoding=utf-8
|
|
|
#spring.thymeleaf.cache=true
|
|
|
|
|
@@ -14,5 +16,19 @@ spring.datasource.password=root123456
|
|
|
mybatis.config-location=classpath:mybatis-config.xml
|
|
|
mybatis.mapper-locations=classpath*:mapper/**/*.xml
|
|
|
|
|
|
-spring.banner.location=classpath:bannerZhaoYuLong.txt
|
|
|
-spring.main.banner-mode=off
|
|
|
+#spring.banner.location=classpath:banner/FromTangZhenLiang.txt
|
|
|
+#spring.main.banner-mode=off
|
|
|
+
|
|
|
+#\u591A\u73AF\u5883application dev prod test sit\u7070\u5EA6\u6D4B\u8BD5
|
|
|
+
|
|
|
+#\u81EA\u5B9A\u4E49\u914D\u7F6E
|
|
|
+food.meat=\u70E4\u8089
|
|
|
+food.rice=\u62CC\u996D
|
|
|
+# \u7EC3\u4E60\uFF1A\u4E2D\u5348\u5403\u4EC0\u4E48 \u9700\u8981\u4E24\u4E2A\u4EE5\u4E0A\u7684\u53C2\u6570
|
|
|
+# \u6BD4\u5982\uFF1A\u77F3\u9505\u62CC\u996D\u3001\u5C0F\u7092\u83DC\u3001\u714E\u997C\u679C\u5B50...
|
|
|
+
|
|
|
+lines=\
|
|
|
+ 11111111111111111111111111111\
|
|
|
+ 22222222222222222222222222222\
|
|
|
+ 33333333333333333333333333333\
|
|
|
+ 44444444444444444444444444444
|