系统文件

This commit is contained in:
Renpc-kilig 2021-03-20 16:38:01 +08:00
parent cfbc5718ca
commit 5a94052e7f

View File

@ -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