Guest User

Untitled

a guest
Nov 15th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ### in file application.properts in spring boot put on in
  2. ```
  3. spring.jpa.database=mysql
  4. spring.datasource.url=jdbc:mysql://localhost/andremaneyapi?createIFNotExist=true&useSSL=false
  5. spring.datasource.username=root
  6. spring.datasource.password=A1s2d3f4!@#$
  7.  
  8. spring.jpa.show-sql=true
  9.  
  10. ```
  11.  
  12. the end
Add Comment
Please, Sign In to add comment