摘要:
注入代码如下: 阅读全文
摘要:
1 创建eureka模块的时候,总是导入不了eureka依赖,最后发现是spring boot 版本问题 不要选择最新的2.0.10 而要选择 2.0.6 而且别的provider和consumer的spring boot版本也是2.0.6 2 阅读全文
摘要:
服务提供者的端口为:8081 服务调用者的端口为:8080 在服务调用者中的controller如下: 阅读全文
摘要:
首先检查,数据库连接是否正确,若正确,检查是否有@Autowired注解 阅读全文
摘要:
1 在redis的配置文件redis.windows.conf找到# heapdir <directory path(absolute or relative)> 在下面添加heapdir D:/temp/redis_heapdir/ 其中heapdir后面是自定义路径 2 到C:\Windows\ 阅读全文