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 5f56ae5 commit 660eb31Copy full SHA for 660eb31
src/main/resources/application-dev.properties
@@ -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
+# 开发环境配置
+# 数据源配置,请修改为你项目的实际配置
3
spring.datasource.url=jdbc:mysql://localhost:3306/test
4
spring.datasource.username=root
5
spring.datasource.password=123456
0 commit comments