Guest User

Untitled

a guest
Oct 12th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ## Server Properties
  2. server.port= 5000
  3.  
  4. ## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
  5. spring.datasource.url= jdbc:mysql://localhost:3306/MyApp?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
  6. spring.datasource.username= user
  7. spring.datasource.password= pass
Add Comment
Please, Sign In to add comment