07 2020 档案
摘要:链接服务器的Redis(由于远程连接不上,使用服务器连接,也连接不上产生) Unable to connect to remote host: Connection refused 链接不上,有可能是服务没有对外开放。1.修改redis配置:redis.conf. 路径:/usr/local/src
阅读全文
摘要:1、@RestController 在上加上RestController 表示修饰该Controller所有的方法返回JSON格式,直接可以编写Restful接口 2、@EnableAutoConfiguration 注解:作用在于让 Spring Boot 根据应用所声明的依赖来对 Spring
阅读全文
摘要:spring-boot-starter这是Spring Boot的核心启动器,包含了自动配置、日志和YAML。 spring-boot-starter-amqp通过spring-rabbit来支持AMQP协议(Advanced Message Queuing Protocol. 。 spring-b
阅读全文