更新访客预约

This commit is contained in:
chenglijuan
2026-04-30 14:51:52 +08:00
parent 72e6be8395
commit 5528d6812b
6 changed files with 21 additions and 11 deletions
+11 -4
View File
@@ -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
# 微信小程序配置