上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 56 下一页
摘要: LoginHandlerInterceptor package k.component; import org.springframework.web.servlet.HandlerInterceptor; import javax.servlet.http.HttpServletRequest; 阅读全文
posted @ 2020-08-11 16:00 一只桔子2233 阅读(166) 评论(0) 推荐(0)
摘要: application.yml spring: datasource: username: root password: 123456 url: jdbc:mysql://172.20.10.11:3306/test?characterEncoding=UTF-8&serverTimezone=UT 阅读全文
posted @ 2020-08-10 20:26 一只桔子2233 阅读(116) 评论(0) 推荐(0)
摘要: 【SpringBoot__Mybatis】整合MyBatis注解版 application.yml增加 mybatis: config-location: classpath:mybatis/mybatis-config.xml #指定全局配置文件的位置 mapper-locations: clas 阅读全文
posted @ 2020-08-10 19:52 一只桔子2233 阅读(139) 评论(0) 推荐(0)
摘要: Application扫描包 import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.aut 阅读全文
posted @ 2020-08-10 19:28 一只桔子2233 阅读(131) 评论(0) 推荐(0)
摘要: Boot07ApplicationTests org.junit.Test重点,有坑 ,还必须是public package k; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.b 阅读全文
posted @ 2020-08-10 18:31 一只桔子2233 阅读(864) 评论(0) 推荐(0)
摘要: SpringBoot核心技术-笔记-pdf版.zip SpringBoot课件.zip **一、**Spring Boot 入门 1、Spring Boot 简介 简化Spring应用开发的一个框架; 整个Spring技术栈的一个大整合; J2EE开发的一站式解决方案; 2、微服务 2014,mar 阅读全文
posted @ 2020-08-09 19:50 一只桔子2233 阅读(265) 评论(0) 推荐(0)
摘要: 1、导入依赖 <!-- 文件上传组件 --> <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.3.1</version> </depen 阅读全文
posted @ 2020-07-25 16:30 一只桔子2233 阅读(320) 评论(0) 推荐(0)
摘要: 1、安装ftp服务 Linux安装ftp组件 2、maven依赖 <commons-lang3.version>3.3.2</commons-lang3.version> <commons-io.version>1.3.2</commons-io.version> <commons-net.vers 阅读全文
posted @ 2020-07-25 11:09 一只桔子2233 阅读(993) 评论(0) 推荐(1)
摘要: linux 虚拟机网络连接不上 Linux的设置network无线未开启,Linux虚拟机连不上网?别着急,先试试这个 【ubuntu】配置修改ssh连接 tomact安装 Linux下安装Tomcat服务器和部署Web应用 Linux下安装Tomcat Linux防火墙开放某端口号 Linux下t 阅读全文
posted @ 2020-07-25 10:50 一只桔子2233 阅读(204) 评论(0) 推荐(0)
摘要: 1 阅读全文
posted @ 2020-07-25 10:49 一只桔子2233 阅读(102) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 56 下一页