20 lines
444 B
YAML
20 lines
444 B
YAML
|
spring:
|
||
|
application:
|
||
|
name: seata-order
|
||
|
datasource:
|
||
|
url: jdbc:mysql://192.168.3.133:3306/order_db?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||
|
username: root
|
||
|
password: 123456
|
||
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||
|
cloud:
|
||
|
nacos:
|
||
|
server-addr: 192.168.3.132:8848
|
||
|
config:
|
||
|
import-check:
|
||
|
enabled: false
|
||
|
|
||
|
server:
|
||
|
port: 12000
|
||
|
mybatis:
|
||
|
mapper-locations: classpath:mapper/*.xml
|