diff --git a/README.md b/README.md index 48f2958..00021ec 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Nacos 2.3.2

- Version 3.3.0.2 - Dante Engine 3.3.0.2 - Dante OSS 3.3.0.2 + Version 3.3.0.3 + Dante Engine 3.3.0.3 + Dante OSS 3.3.0.3 Java 17 License Apache 2.0 Total Visits @@ -90,7 +90,7 @@ | Spring Cloud Alibaba | 2023.0.1.0 | | Spring Cloud Tencent | 1.14.0-2023.0.0 | | Spring Authorization Server | 1.3.0 | -| Spring Boot Admin | 3.2.2 | +| Spring Boot Admin | 3.3.1 | | Nacos | 2.3.2 | | Sentinel | 1.8.7 | | Seata | 1.7.0 | diff --git a/athena-application/pom.xml b/athena-application/pom.xml index f74f44a..c1c55a7 100644 --- a/athena-application/pom.xml +++ b/athena-application/pom.xml @@ -31,7 +31,7 @@ herodotus-cloud-athena cn.herodotus.hestia - 3.3.0.2 + 3.3.0.3 athena-application diff --git a/athena-application/src/main/resources/application.yml b/athena-application/src/main/resources/application.yml index 1951df5..74ffe8a 100644 --- a/athena-application/src/main/resources/application.yml +++ b/athena-application/src/main/resources/application.yml @@ -56,7 +56,7 @@ spring: datasource: driver-class-name: com.p6spy.engine.spy.P6SpyDriver - url: jdbc:p6spy:postgresql://localhost:25432/herodotus_athena_reactive + url: jdbc:p6spy:postgresql://localhost:15432/herodotus_athena_reactive username: athena password: athena type: com.zaxxer.hikari.HikariDataSource @@ -103,7 +103,7 @@ spring: hibernate: dialect: org.hibernate.dialect.PostgreSQLDialect format_sql: true - show_sql: true + show_sql: false generate_statistics: false cache: use_query_cache: true @@ -251,7 +251,6 @@ logging: org.springframework.web: debug org.springframework.messaging: debug org.springframework.integration: debug - org.hibernate: debug cn.herodotus: debug --- @@ -467,7 +466,6 @@ logging: org.springframework.web: debug org.springframework.messaging: debug org.springframework.integration: debug - org.hibernate: debug cn.herodotus: debug --- # 生产环境配置 diff --git a/athena-autoconfigure/pom.xml b/athena-autoconfigure/pom.xml index ce4beae..b42a89c 100644 --- a/athena-autoconfigure/pom.xml +++ b/athena-autoconfigure/pom.xml @@ -32,7 +32,7 @@ herodotus-cloud-athena cn.herodotus.hestia - 3.3.0.2 + 3.3.0.3 athena-autoconfigure diff --git a/pom.xml b/pom.xml index f0fb335..1756a49 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.reactive dependencies - 3.3.0.2 + 3.3.0.3 herodotus-cloud-athena