Advertisement
kedud

Untitled

Aug 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. spring.datasource.url = jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=UTF-8
  2. spring.datasource.username = root
  3. spring.jpa.properties.hibernate.id.new_generator_mappings = false
  4. spring.jpa.hibernate.ddl-auto=create
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement