- 博客(7)
- 收藏
- 关注
原创 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cockpitContr
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cockpitController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.fa...
2020-03-15 17:18:54 3351
原创 windows下安装Elasticsearch以及Java应用
一、下载elasticsearch-7.3.1-windows-x86_64安装包放置指定盘下解压目录如下:配置环境变量:去到bin目录下点击elasticsearch.bat启动,或是%ES_HOME%\bin\elasticsearch.bat启动都可以,然后浏览器访问:127.0.0.1:9200,如下即安装成功二、安装Head插件(head是ES的集群管理工具,...
2019-12-26 11:40:00 700
原创 IDEA开发springboot
创建springboot项目:File - new - module选择spring initializr并选择1.8及以上版本JDK 然后next 下一步 设置包名、项目名下一步 直接next等待项目加载完成Pom.xml中依赖暂时不用改等待依赖加载完成之后创建文件夹以及Java文件 ...
2019-12-20 15:45:30 189
原创 webservice实现天气查询
一、编写查询接口 二、接口实现类 三、编写服务端点发布 四、浏览器访问服务端点发布的地址:(?wsdl会生成WSDL文件)http://127.0.0.1:12345/weather?wsdl五、新建wsimport项目,用于生成文件存放 六、找到src地址 七、Windows下运行 wsimp...
2019-12-20 15:45:12 704
原创 eclipse下springboot搭建及学习
一、新建maven工程(simple project)二、在pom.xml中添加依赖:<parent><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-parent</artifactId><version>...
2019-09-10 11:40:45 282
原创 Windows下reids安装及使用
设置密码:config set requirepass root查询密码:auth 密码Config get requirepass退出Redis:quit
2019-09-10 11:32:34 117
原创 基于maven创建springboot项目访问jsp问题
springboot项目访问不了jsp页面: 基于自身发现问题,为广大小伙伴填坑,避免不必要的伤亡 出现这个问题 一般是由于springboot新手们(包括我-偷笑)会犯的错误 这里是由于Controller控制器类上使用的注解的问题 应该使用@Controller 而不是@RestCont...
2019-04-12 17:04:01 405
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人