发表于: 2017-09-12 23:52:52
1 778
今日完成的事:
1.完成spring的配置并写简单的helloWord程序
安装配置链接:http://wiki.jikexueyuan.com/project/spring/environment-setup.html
编写HelloWorld:http://wiki.jikexueyuan.com/project/spring/hello-world-example.html
通过以上教程学会了spring的配置
明天计划的事:
继续学习Spring
遇到的问题:
1.配置Spring环境不正确,导致引入的包无法使用
后来通过搜索引擎找到了IDEA如何引入Spring的核心jar包
https://jingyan.baidu.com/article/3d69c551582289f0ce02d74b.html
收获:
学会配置Spring环境
评论