diff --git a/pom.xml b/pom.xml index feeb6b3..4ab0d4a 100644 --- a/pom.xml +++ b/pom.xml @@ -102,6 +102,7 @@ + systemFile org.springframework.boot diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 6bfdeaa..2158c74 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,11 +1,11 @@ server: - port: 8080 + port: 18080 spring: datasource: - url: jdbc:mysql://127.0.0.1:33069/prd?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&createDatabaseIfNotExist=true - username: root - password: root_dream + url: jdbc:mysql://192.168.31.182:13306/system?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&createDatabaseIfNotExist=true + username: dream + password: info_dream driver-class-name: com.mysql.cj.jdbc.Driver data: