diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 05af489..e3948ae 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,6 @@ server: - port: 8080 - url: http://127.0.0.1:8080/businesscard + port: 8088 + url: http://192.168.0.111:8088/businesscard system-title: 名片管理系统 system-sub-title: 名片系统 servlet: @@ -29,7 +29,7 @@ spring: db-type: mysql driver-class-name: com.mysql.cj.jdbc.Driver username: root - password: root + password: 123456 initial-size: 2 min-idle: 2 max-active: 10