代码拉取完成,页面将自动刷新
spring:
application:
name: service-shoppingTrolley
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/2105cja?serverTimezone=UTC
username: root
password: 123456
mybatis-plus:
#扫描类路径下的所有XxxMapper.xml与XxxMapper.java文件映射
mapper-locations: classpath*:/mapper/**/*.xml
#将该包下的所有的类取别名
type-aliases-package: com.jyy.servicecommon.pojo
#这个配置会将执行的sql打印出来,在开发或测试的时候可以用(只会打印在控制台)
configuration:
# mybatis 的日志输出,输出到控制台
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# 是否开启驼峰命名自动转换
map-underscore-to-camel-case: true
call-setters-on-nulls: true
use-generated-keys: true
eureka:
client:
fetch-registry: true # 开启检索服务 检测到自己并发布到服务注册中心
register-with-eureka: true # 启动服务注册
service-url:
defaultZone: http://eureka1:7001/eureka,http://eureka2:7002/eureka # 指定服务注册中心地址
instance:
prefer-ip-address: true # true表示使用ip注册,false则会使用服务名注册
instance-id: ${spring.cloud.client.ip-address}:${server.port}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。