Skip to content

Commit

Permalink
revert application-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scwlkq committed Mar 17, 2024
1 parent b33d5b0 commit 6e4ce01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ spring:
type: com.alibaba.druid.pool.DruidDataSource
druid:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://175.27.155.139:3306/eventmesh-dashboard?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true
username: root
password: mysql123
url: jdbc:mysql://localhost:3306/eventmesh_dashboard?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true
username: ${DB_USERNAME:root}
password: ${DB_PASSWORD:password}

initial-size: 1
max-active: 50
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

import org.springframework.stereotype.Service;


/**
* Manage topics of eventmesh-storage-plugin (EventMesh Store).
*/
Expand Down

0 comments on commit 6e4ce01

Please sign in to comment.