Skip to content

Commit e3fe698

Browse files
authored
fix > file encoding for issue lihengming#65
1 parent cb17ddd commit e3fe698

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spring.profiles.active=dev
2-
# \u6240\u6709\u73AF\u5883\u901A\u7528\u7684\u914D\u7F6E\uFF0C\u653E\u5728\u8FD9\u91CC
2+
# 所有环境通用的配置,放在这里
33

4-
# 404 \u4EA4\u7ED9\u5F02\u5E38\u5904\u7406\u5668\u5904\u7406
4+
# 404 交给异常处理器处理
55
spring.mvc.throw-exception-if-no-handler-found=true
6-
spring.resources.add-mappings=false
6+
spring.resources.add-mappings=false

0 commit comments

Comments
 (0)