application.yml 439 B

12345678910111213141516171819
  1. server:
  2. port: 8080
  3. spring:
  4. rabbitmq:
  5. host: www.nosum.cn
  6. port: 5672
  7. virtual-host: /
  8. username:
  9. password:
  10. datasource:
  11. url: jdbc:mysql://www.nosum.cn:3306/rabbitmq?useUnicode=true&characterEncoding=utf8
  12. username:
  13. password:
  14. driver-class-name: com.mysql.jdbc.Driver
  15. thymeleaf:
  16. cache: false
  17. mybatis:
  18. type-aliases-package: cn.hhj.rabbitmq.entity
  19. mapper-locations: classpath:mybatis/mapper/*.xml