There was an error while loading. Please reload this page.
1 parent 5cf016a commit 41fc7fcCopy full SHA for 41fc7fc
src/main/resources/application.properties
@@ -5,7 +5,7 @@ spring.mvc.view.suffix=.jsp
5
# jdbc_config datasource
6
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/z77z?characterEncoding=utf8
7
spring.datasource.username=root
8
-spring.datasource.password=123456
+spring.datasource.password=
9
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
10
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
11
0 commit comments