Skip to content

Commit

Permalink
Move mysql specify config to github profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangJian He committed Mar 2, 2023
1 parent 819014f commit 4dc5c50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Apollo 2.2.0
* [Bump springboot version from 2.7.8 to 2.7.9](https://github.com/apolloconfig/apollo/pull/4750)
* [[Multi-Database Support] Without Reliance on globally_quoted_identifiers Variable](https://github.com/apolloconfig/apollo/pull/4749)
* [[Multi-Database Support] Without Reliance on boolean integer compare](https://github.com/apolloconfig/apollo/pull/4757)
* [[Multi-Database Support] Move Mysql specify config to github profile](https://github.com/apolloconfig/apollo/pull/4759)

------------------
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/13?closed=1)
4 changes: 4 additions & 0 deletions apollo-common/src/main/resources/application-github.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
spring:
datasource:
hikari:
connectionInitSql: set names utf8mb4
4 changes: 0 additions & 4 deletions apollo-common/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ spring:
mvc:
converters:
preferred-json-mapper: gson
# DataSource
datasource:
hikari:
connectionInitSql: set names utf8mb4

# Tomcat configuration
server:
Expand Down

0 comments on commit 4dc5c50

Please sign in to comment.