Skip to content

Commit 660eb31

Browse files
authored
fix > file encoding for issue #65
1 parent 5f56ae5 commit 660eb31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application-dev.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# \u5F00\u53D1\u73AF\u5883\u914D\u7F6E
2-
# \u6570\u636E\u6E90\u914D\u7F6E\uFF0C\u8BF7\u4FEE\u6539\u4E3A\u4F60\u9879\u76EE\u7684\u5B9E\u9645\u914D\u7F6E
1+
# 开发环境配置
2+
# 数据源配置,请修改为你项目的实际配置
33
spring.datasource.url=jdbc:mysql://localhost:3306/test
44
spring.datasource.username=root
55
spring.datasource.password=123456

0 commit comments

Comments
 (0)