Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. ## Database Properties
  2. spring.datasource.url = jdbc:mysql://192.168.64.2:3306/unifil_ead_bd
  3. spring.datasource.username = unifil_ead_bd
  4. spring.datasource.password = 9YCoEZFPqs52YSTz
  5. ## Hibernate Properties
  6. # The SQL dialect makes Hibernate generate better SQL for the chosen database
  7. spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
  8. # Hibernate ddl auto (create, create-drop, validate, update)
  9. spring.jpa.hibernate.ddl-auto = update
  10.  
  11. spring.mvc.throw-exception-if-no-handler-found=true
  12. server.error.whitelabel.enabled=false
  13. spring.resources.add-mappings=false
  14. spring.resources.static-locations=classpath:static
  15. spring.mvc.static-path-pattern=/resources/**
  16. spring.resources.chain.strategy.content.enabled=true
  17. spring.resources.chain.strategy.content.paths=/**
  18. logging.level.org.springframework.web=DEBUG
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement