提交 3906ab89 编写于 作者: F fangzhipeng

深入理解Spring Cloud与微服务构建

上级 c311c481
无法预览此类型文件
此差异已折叠。
...@@ -8,20 +8,20 @@ spring: ...@@ -8,20 +8,20 @@ spring:
profiles: profiles:
active: pro active: pro
# datasource: datasource:
# driver-class-name: com.mysql.jdbc.Driver driver-class-name: com.mysql.jdbc.Driver
# url: jdbc:mysql://localhost:3306/sys-log?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8 url: jdbc:mysql://localhost:3306/sys-log?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8
# username: root username: root
# password: 123456 password: 123456
# jpa: jpa:
# hibernate: hibernate:
# ddl-auto: update ddl-auto: update
# show-sql: true show-sql: true
#
# rabbitmq: rabbitmq:
# host: localhost host: localhost
# port: 5672 port: 5672
# username: guest username: guest
# password: guest password: guest
# publisher-confirms: true publisher-confirms: true
# virtual-host: / virtual-host: /
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册