Skip to content

Commit 3ce8420

Browse files
committed
modify application
1 parent f7c4888 commit 3ce8420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

springboot-security/src/main/resources/application.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ms.db.driverClassName=com.mysql.jdbc.Driver
2-
ms.db.url=jdbc:mysql://139.224.235.133:3306/cache?characterEncoding=utf-8&useSSL=false
2+
ms.db.url=jdbc:mysql://localhost:3306/cache?characterEncoding=utf-8&useSSL=false
33
ms.db.username=root
4-
ms.db.password=123456
4+
ms.db.password=admin
55
ms.db.maxActive=500
66

77
server.port=8081

0 commit comments

Comments
 (0)