Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.25 KB | None | 0 0
  1. server:
  2.   port: 9194
  3.  
  4. spring:
  5.   jpa:
  6.     hibernate:
  7.       ddl-auto: validate
  8.   datasource:
  9.     url: jdbc:mysql://localhost:3306/walkaround?useSSL=false
  10.     username: root
  11.     password: password
  12.     driver-class-name: com.mysql.jdbc.Driver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement