We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb17ddd commit e3fe698Copy full SHA for e3fe698
src/main/resources/application.properties
@@ -1,6 +1,6 @@
1
spring.profiles.active=dev
2
-# \u6240\u6709\u73AF\u5883\u901A\u7528\u7684\u914D\u7F6E\uFF0C\u653E\u5728\u8FD9\u91CC
+# 所有环境通用的配置,放在这里
3
4
-# 404 \u4EA4\u7ED9\u5F02\u5E38\u5904\u7406\u5668\u5904\u7406
+# 404 交给异常处理器处理
5
spring.mvc.throw-exception-if-no-handler-found=true
6
-spring.resources.add-mappings=false
+spring.resources.add-mappings=false
0 commit comments