You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
519 B
24 lines
519 B
spring: |
|
application: |
|
name: segment-id |
|
datasource: |
|
type: com.zaxxer.hikari.HikariDataSource |
|
url: jdbc:mysql://cd-cdb-mrz9fw80.sql.tencentcdb.com:61843/soim_db?serverTimezone=GMT%2B8 |
|
username: root |
|
password: sopod@2347# |
|
redis: |
|
host: 124.222.131.236 |
|
port: 3379 |
|
password: sopod@redis# |
|
|
|
dubbo: |
|
application: |
|
name: ${spring.application.name} |
|
registry: |
|
address: nacos://124.222.131.236:3848 |
|
protocol: |
|
port: 3001 |
|
|
|
mybatis-plus: |
|
mapper-locations: classpath:mapper/*.xml |
|
|
|
|