Guest User

Untitled

a guest
Feb 2nd, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. spring.freemarker.template-loader-path=classpath:/templates/
  2. spring.messages.basename=i18n.messages
  3. # spring.freemarker.settings.auto_import=/spring.ftl as spring
  4.  
  5. #数据库配置
  6. spring.datasource.url=jdbc:mysql://localhost:3306/salems?characterEncoding=UTF-8&useUnicode=true
  7. spring.datasource.username=root
  8. spring.datasource.password=root
  9. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  10. spring.jpa.properties.hibernate.hbm2ddl.auto=update
  11.  
  12. server.port=8081
Add Comment
Please, Sign In to add comment