Skip to content

Commit

Permalink
Create user-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangsheng512 authored Nov 6, 2018
1 parent 1158882 commit 0a90edc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions user-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
password: 123456
url: jdbc:mysql://192.168.199.249/sell_cloud?characterEncoding=utf-8&useSSL=false
username: root
jpa:
show-sql: true
rabbitmq:
host: 192.168.199.249
password: guest
port: 5672
username: guest

0 comments on commit 0a90edc

Please sign in to comment.