Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # Local server
  2. server:
  3. # port is used by spring-boot-admin
  4. port: 8080
  5. contextPath: /rocknshop
  6.  
  7.  
  8. spring:
  9. datasource:
  10. password: (mot de passe ici)
  11. url: jdbc:mysql://localhost:3306/rocknshop?user=root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement