server: port: 8080 spring: rabbitmq: host: www.nosum.cn port: 5672 virtual-host: / username: password: datasource: url: jdbc:mysql://www.nosum.cn:3306/rabbitmq?useUnicode=true&characterEncoding=utf8 username: password: driver-class-name: com.mysql.jdbc.Driver thymeleaf: cache: false mybatis: type-aliases-package: cn.hhj.rabbitmq.entity mapper-locations: classpath:mybatis/mapper/*.xml