|
|
@@ -0,0 +1,26 @@
|
|
|
+server:
|
|
|
+ port: 10010
|
|
|
+spring:
|
|
|
+ datasource:
|
|
|
+ type: com.alibaba.druid.pool.DruidDataSource
|
|
|
+ druid:
|
|
|
+ url: jdbc:mysql://localhost:3306/storage_micro_service?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
|
|
|
+ username: root
|
|
|
+ password: hsp
|
|
|
+ driver-class-name: com.mysql.jdbc.Driver
|
|
|
+ application:
|
|
|
+ name: seata_storage_micro_service
|
|
|
+ cloud:
|
|
|
+ nacos:
|
|
|
+ discovery:
|
|
|
+ server-addr: localhost:8848
|
|
|
+ alibaba:
|
|
|
+ seata:
|
|
|
+ tx-service-group: seata-server
|
|
|
+mybatis-plus:
|
|
|
+ configuration:
|
|
|
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
+logging:
|
|
|
+ level:
|
|
|
+ io:
|
|
|
+ seata: info
|