更新访客预约
This commit is contained in:
@@ -1,13 +1,20 @@
|
||||
server:
|
||||
port: 8080
|
||||
port: 8091
|
||||
ssl:
|
||||
enabled: true
|
||||
key-store: classpath:bmser.com.pfx
|
||||
key-store-type: PKCS12
|
||||
key-store-password: zl7cs0dp
|
||||
protocol: TLS
|
||||
enabled-protocols: TLSv1.2,TLSv1.3
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: mini_program
|
||||
datasource:
|
||||
url: jdbc:mysql://txy.588580.xyz:3306/mini?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
||||
username: root
|
||||
password: 271922abF
|
||||
url: jdbc:mysql://10.30.1.208:3306/mini?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
||||
username: chenglijuan
|
||||
password: 271922abf
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
|
||||
# 微信小程序配置
|
||||
|
||||
Reference in New Issue
Block a user