上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 48 下一页
摘要: http://localhost:8080/updateById/110?name=诸葛亮&age=3 阅读全文
posted @ 2019-11-05 16:42 Curedfisher 阅读(1390) 评论(0) 推荐(0) 编辑
摘要: 在pom.xml文件中添加如下依赖: <!-- https://mvnrepository.com/artifact/cn.easyproject/orai18n --> <dependency> <groupId>cn.easyproject</groupId> <artifactId>orai1 阅读全文
posted @ 2019-11-05 11:59 Curedfisher 阅读(16374) 评论(0) 推荐(0) 编辑
摘要: 官网网址:https://spring.io/tools3/sts/legacy 阅读全文
posted @ 2019-11-04 23:24 Curedfisher 阅读(2831) 评论(0) 推荐(0) 编辑
摘要: 实测URL地址: https://blog.csdn.net/zxingchao2009/article/details/82499917 在文章后面清楚写着是缺少两个jar包造成的 阅读全文
posted @ 2019-11-04 16:16 Curedfisher 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 报错信息: 2019-11-04 11:05:52.404 WARN 4512 [ main] o.a.tomcat.util.scan.StandardJarScanner : Failed to scan [file:/C:/java/19.STS/03.stsMavenRepository/c 阅读全文
posted @ 2019-11-04 11:19 Curedfisher 阅读(5540) 评论(1) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-11-02 21:14 Curedfisher 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1.pom.xml文件中的依赖 刚添加依赖的时候会报错,原因是jar包下不下来. 2.我的jdk是1.6,所以需要升级jdk版本到1.8 执行mvn -v命令,可以看到maven的版本号 DOS窗口执行这条命令: mvn install:install-file -DgroupId=com.orac 阅读全文
posted @ 2019-11-02 18:27 Curedfisher 阅读(363) 评论(0) 推荐(0) 编辑
摘要: 1.静态资源 怎样通过浏览器访问静态资源? 注意:不需要加static目录.因为只是告诉springboot目录,而不是静态资源路劲. 这时访问路径就需要加上/static 阅读全文
posted @ 2019-11-01 10:51 Curedfisher 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 1.@RestController+@EnableAutoConfiguration 项目启动方式三种种: 1.@EnableAutoConfiguration 注意:只能扫描当前类里面 2.@EnableAutoConfiguration +@ComponentScan("包名"),可以单独抽取一 阅读全文
posted @ 2019-11-01 09:55 Curedfisher 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-11-01 09:28 Curedfisher 阅读(560) 评论(0) 推荐(0) 编辑
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 48 下一页