diff --git a/ktg-admin/src/main/resources/application.yml b/ktg-admin/src/main/resources/application.yml index 68995d4..c080d41 100644 --- a/ktg-admin/src/main/resources/application.yml +++ b/ktg-admin/src/main/resources/application.yml @@ -63,13 +63,13 @@ spring: # redis 配置 redis: # 地址 - host: 192.168.100.106 + host: jjml.cc # 端口,默认为6379 - port: 6379 + port: 7067 # 数据库索引 - database: 0 + database: 1 # 密码 - password: 123456 + password: redis_HtWAZW # 连接超时时间 timeout: 10s lettuce: @@ -103,7 +103,7 @@ mybatis: # PageHelper分页插件 pagehelper: - helperDialect: mysql +# helperDialect: mysql supportMethodsArguments: true params: count=countSql