优化配置,更新kotlin版本
diff --git a/config/application-devel-pg.properties b/config/application-devel-pg.properties
index cb57d15..1e91bce 100644
--- a/config/application-devel-pg.properties
+++ b/config/application-devel-pg.properties
@@ -1,10 +1,11 @@
-
 spring.main.banner-mode=off
 # create and drop tables and sequences, loads import.sql
 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
 spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
 spring.datasource.continue-on-error=true
 spring.datasource.initialization-mode=always
+spring.jpa.show-sql=true
+logging.level.org.hibernate.SQL=DEBUG
 # Postgresql settings
 spring.datasource.platform=postgresql
 spring.datasource.url=jdbc:postgresql://172.28.201.70:15432/restaurantdev
@@ -12,10 +13,9 @@
 spring.datasource.password=123456
 database.dbtype=postgresql
 # Redis settings
-redis.server=172.28.201.101
-redis.port=16379
-redis.password=kingstar
-redis.database=0
+spring.redis.host=172.28.201.101
+spring.redis.port=16379
+spring.redis.password=kingstar
 # jwt settings
 jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw=
 # timeout seconds