Advertisement
Guest User

Untitled

a guest
Sep 15th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. debug=true
  2. spring.thymeleaf.cache=false
  3. logging.level.org.springframework.security=INFO
  4.  
  5. spring.datasource.driverClassName=com.mysql.jdbc.Driver
  6. spring.datasource.url=jdbc:mysql://37.187.52.160:3306/spring_boot
  7. spring.datasource.username=test_user
  8. spring.datasource.password=pass123
  9.  
  10. spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
  11. spring.jpa.show-sql=false
  12. spring.jpa.hibernate.ddl-auto=update
  13. spring.jpa.database=mysql
  14.  
  15.  
  16. spring.data.mongodb.uri=mongodb://localhost:27017/recrutoid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement