diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index b2b6a2e..dd00c0d 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -2,12 +2,12 @@ # 服务器配置 server: - port: 9200 + port: 9300 # 数据源配置 spring: datasource: - url: jdbc:mysql://8.134.169.209:13306/modules?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai + url: jdbc:mysql://1Panel-mysql-Bqdt:3306/modules?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai username: modules password: P7KsAyDXG8YdLnkA driver-class-name: com.mysql.cj.jdbc.Driver