Guest User

Untitled

a guest
Nov 24th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. server.port = 8090
  2. server.servlet.context-path=/frases
  3.  
  4. spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
  5. spring.datasource.url=jdbc:mysql://localhost:3306/sayingdb
  6. spring.datasource.username=root
  7. spring.datasource.password=
  8.  
  9.  
  10. spring.jpa.properties.hibernate.ddl-auto=none
  11. spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQLDialect
  12. spring.jpa.properties.hibernate.id.new_generator_mappings = true
  13. spring.jpa.properties.hibernate.format_sql = true
  14.  
  15. application.controllers.title: Frases y citas para comenzar bien tu día
Add Comment
Please, Sign In to add comment