@@ -24,6 +24,15 @@ spring:
min-idle: 8 # 最小空闲连接
max-wait: 100ms # 连接等待时间
+# c端的小程序配置 (学生端)
+cwechat:
+ appid: wx3be1d6d84d46cdf7
+ secret: 4401df45d409cbf28560e87c4c21b4bf
+
+# 商户端的小程序配置
+swechat:
springdoc:
api-docs:
@@ -1,6 +1,6 @@
#Web服务器端口
server:
- port: 9000
+ port: 9100
debug: true