Skip to content

Commit

Permalink
!172 v3.3.0.3
Browse files Browse the repository at this point in the history
Merge pull request !172 from 码匠君/reactive-develop
  • Loading branch information
herodotus-ecosystem authored and gitee-org committed Jun 4, 2024
2 parents c04555b + 558cac5 commit 375d689
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://img.shields.io/badge/Nacos-2.3.2-brightgreen.svg?logo=alibabadotcom" alt="Nacos 2.3.2"></a>
</p>
<p align="center">
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.3.0.2-red.svg?logo=spring" alt="Version 3.3.0.2"></a>
<a href="https://gitee.com/herodotus/dante-engine" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.3.0.2-red.svg?logo=spring" alt="Dante Engine 3.3.0.2"></a>
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.3.0.2-red.svg?logo=spring" alt="Dante OSS 3.3.0.2"></a>
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.3.0.3-red.svg?logo=spring" alt="Version 3.3.0.3"></a>
<a href="https://gitee.com/herodotus/dante-engine" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.3.0.3-red.svg?logo=spring" alt="Dante Engine 3.3.0.3"></a>
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.3.0.3-red.svg?logo=spring" alt="Dante OSS 3.3.0.3"></a>
<a href="https://bell-sw.com/pages/downloads/#downloads" target="_blank"><img src="https://img.shields.io/badge/JDK-17%2B-green.svg?logo=openjdk" alt="Java 17"></a>
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg?logo=apache" alt="License Apache 2.0"></a>
<a href="https://www.herodotus.cn"><img src="https://visitor-badge.laobi.icu/badge?page_id=dante-cloud&title=Total%20Visits" alt="Total Visits"></a>
Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion athena-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<artifactId>herodotus-cloud-athena</artifactId>
<groupId>cn.herodotus.hestia</groupId>
<version>3.3.0.2</version>
<version>3.3.0.3</version>
</parent>

<artifactId>athena-application</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions athena-application/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -251,7 +251,6 @@ logging:
org.springframework.web: debug
org.springframework.messaging: debug
org.springframework.integration: debug
org.hibernate: debug
cn.herodotus: debug

---
Expand Down Expand Up @@ -467,7 +466,6 @@ logging:
org.springframework.web: debug
org.springframework.messaging: debug
org.springframework.integration: debug
org.hibernate: debug
cn.herodotus: debug
---
# 生产环境配置
Expand Down
2 changes: 1 addition & 1 deletion athena-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<artifactId>herodotus-cloud-athena</artifactId>
<groupId>cn.herodotus.hestia</groupId>
<version>3.3.0.2</version>
<version>3.3.0.3</version>
</parent>

<artifactId>athena-autoconfigure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>cn.herodotus.reactive</groupId>
<artifactId>dependencies</artifactId>
<version>3.3.0.2</version>
<version>3.3.0.3</version>
</parent>

<artifactId>herodotus-cloud-athena</artifactId>
Expand Down

0 comments on commit 375d689

Please sign in to comment.