Guest User

Untitled

a guest
Jun 21st, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. server:
  2. port: 8888
  3. security:
  4. oauth2:
  5. authorization:
  6. check-token-access: isAuthenticated()
  7.  
  8. spring:
  9. datasource:
  10. driver-class-name:
  11. url:
  12. username: hello
  13. password: abcd
  14. messages:
  15. encoding: utf-8
  16.  
  17. mybatis:
  18. type-aliases-package: com.host.domain
  19. mapper-locations:
  20. - mybatis/mapper/**/*.xml
  21.  
  22. logging:
  23. level:
  24. org.springframework:
  25. security: debug
  26. boot: debug
Add Comment
Please, Sign In to add comment