完善西门子协议

This commit is contained in:
iteaj
2024-11-02 22:33:18 +08:00
parent cff95fc9e2
commit 8e23fe6ffe
2 changed files with 2 additions and 2 deletions
@@ -16,7 +16,7 @@ public enum EventSourceType {
/**
* 定时源
*/
period("定时触发")
// period("定时触发")
;
private String desc;
@@ -3,7 +3,7 @@ server.servlet.context-path=/
spring.datasource.username=root
spring.datasource.password=123456
spring.datasource.driver-class-name=com.p6spy.engine.spy.P6SpyDriver
spring.datasource.url=jdbc:p6spy:mysql://127.0.0.1:3306/open-iboot?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
spring.datasource.url=jdbc:p6spy:mysql://127.0.0.1:3306/iboot-open?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
# redis \u76F8\u5173\u914D\u7F6E
spring.redis.port=6379