We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c4888 commit 3ce8420Copy full SHA for 3ce8420
1 file changed
springboot-security/src/main/resources/application.properties
@@ -1,7 +1,7 @@
1
ms.db.driverClassName=com.mysql.jdbc.Driver
2
-ms.db.url=jdbc:mysql://139.224.235.133:3306/cache?characterEncoding=utf-8&useSSL=false
+ms.db.url=jdbc:mysql://localhost:3306/cache?characterEncoding=utf-8&useSSL=false
3
ms.db.username=root
4
-ms.db.password=123456
+ms.db.password=admin
5
ms.db.maxActive=500
6
7
server.port=8081
0 commit comments