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 a505543 commit 4ac98eaCopy full SHA for 4ac98ea
src/main/resources/application.properties
@@ -6,8 +6,8 @@ spring.application.name=smw
6
7
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
8
spring.datasource.url=jdbc:mysql://${MYSQL_IP:127.0.0.1}:${MYSQL_PORT:3306}/${MYSQL_DB:answer}?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true
9
-spring.datasource.username=${MYSQL_UNAME:answer}
10
-spring.datasource.password=${MYSQL_PASSWD:7654321}
+spring.datasource.username=${MYSQL_UNAME:root}
+spring.datasource.password=${MYSQL_PASSWD:123456}
11
12
spring.mvc.view.prefix=/pages/
13
spring.mvc.view.suffix=.jsp
0 commit comments