Advertisement
Guest User

Untitled

a guest
Jan 12th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. app.prefix=/
  2. # 默认开启的profile
  3. spring.profiles.include=web
  4. # 开启的profile
  5. spring.profiles.active=security,file-session,mybatis,db-mysql,wcc
  6.  
  7. # db-mysql
  8. db-mysql.url=jdbc:mysql://localhost:3306/test
  9. db-mysql.username=root
  10. db-mysql.password=root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement