上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 60 下一页
  2021年8月12日
摘要: SpringBoot整合SpringSecurity:https://www.bilibili.com/video/BV1KE411i7bC?p=1SpringBoot整合Shiro框架:https://www.bilibili.com/video/BV1NE411i7S8?p=1SpringBoo 阅读全文
posted @ 2021-08-12 14:38 邢帅杰 阅读(189) 评论(0) 推荐(0) 编辑
  2021年8月11日
摘要: 1、SpringBoot网址:https://spring.io/projects/spring-bootSpring Initializr. 在线生成初始化SpringBoot项目:https://start.spring.io/2、Thymeleaf依赖:<dependency><groupId 阅读全文
posted @ 2021-08-11 10:41 邢帅杰 阅读(39) 评论(0) 推荐(0) 编辑
  2021年8月10日
摘要: 1、src\main\resources\i18n创建:lan.properties、lan_zh_CN.properties、lan_en_US.properties,默认、中文、英文。password=密码 和 password=password核心配置文件application.yml ser 阅读全文
posted @ 2021-08-10 16:41 邢帅杰 阅读(452) 评论(0) 推荐(0) 编辑
  2021年8月9日
摘要: 两种上传方式都可以依赖pom.xml <!-- https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload --> <dependency> <groupId>commons-fileupload</groupId 阅读全文
posted @ 2021-08-09 11:53 邢帅杰 阅读(51) 评论(0) 推荐(0) 编辑
  2021年8月6日
摘要: 拦截器,return true 是放行 package com.jay.interceptors; import org.springframework.web.servlet.HandlerInterceptor; import org.springframework.web.servlet.Mo 阅读全文
posted @ 2021-08-06 18:06 邢帅杰 阅读(145) 评论(0) 推荐(0) 编辑
  2021年8月5日
摘要: 我的idea版本是2019.1.4,下载的tomcat是9.0.50,这个idea版本用不了tomcat10,版本不匹配,可以下最新的2021.2。1、先安装tomcat,默认端口8080,还有一个-1要改掉,我写的是默认端口是8888 那个-1我改成了99992、配置tomcat的环境变量,新建变 阅读全文
posted @ 2021-08-05 13:44 邢帅杰 阅读(768) 评论(0) 推荐(0) 编辑
  2021年8月4日
摘要: 1、代码 package com.jay.controller; import com.jay.pojo.User; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; impo 阅读全文
posted @ 2021-08-04 16:55 邢帅杰 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 1、pom.xml引入包 <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </depende 阅读全文
posted @ 2021-08-04 12:13 邢帅杰 阅读(31) 评论(0) 推荐(0) 编辑
摘要: A child container failed during start,我遇到的原因是引用javax.servlet-api的时候没有加scope <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-ap 阅读全文
posted @ 2021-08-04 10:59 邢帅杰 阅读(148) 评论(0) 推荐(0) 编辑
  2021年7月30日
摘要: 参考文档:http://mybatis.org/spring/zh/index.html1、引入包 <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</v 阅读全文
posted @ 2021-07-30 15:49 邢帅杰 阅读(66) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 60 下一页