Advertisement
Guest User

Untitled

a guest
Jul 17th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. #spring.datasource.url=jdbc:sqlite:convertdb.db
  2. spring.datasource.url=jdbc:mysql://itas.pstu.ru:26306/itas-nesting?useUnicode=true&connectionCollation=utf8_general_ci&characterSetResults=utf8&characterEncoding=UTF-8
  3.  
  4. spring.datasource.username=nesting-user
  5. spring.datasource.password=qscefbthmo
  6. #
  7. #spring.jpa.database-platform=ru.pstu.itas.dbwork.SQLiteDialect
  8.  
  9. # JPA Section
  10. spring.jpa.hibernate.ddl-auto=update
  11. spring.jpa.database=MYSQL
  12. spring.jpa.show-sql=true
  13.  
  14. spring.jpa.properties.hibernate.connection.CharSet=utf8
  15. spring.jpa.properties.hibernate.connection.characterEncoding=utf8
  16. spring.jpa.hibernate.connection.useUnicode=true
  17.  
  18. # Logging section
  19. logging.level.org.springframework=INFO
  20. logging.level.org.hibernate.sql=INFO
  21. logging.level.org.hibernate.type=INFO
  22. logging.path=data/logs/spring
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement