Переглянути джерело

feat:为seata-order-micro-servic订单微服务模块配置application.yaml文件

yang yi 1 рік тому
батько
коміт
4a6f242ce8

+ 26 - 0
seata_order_micro_servic/src/main/resources/application.yaml

@@ -0,0 +1,26 @@
+server:
+  port: 10012
+spring:
+  datasource:
+    type: com.alibaba.druid.pool.DruidDataSource
+    druid:
+      url: jdbc:mysql://localhost:3306/order_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_order_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