会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Kikyo
纸上得来终觉浅,绝知此事要躬行。
博客园
新随笔
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
56
下一页
2020年8月11日
【springboot__拦截器】Interceptor
摘要: 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)
2020年8月10日
【SpringData JPA】springboot整合jpa
摘要: 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 配置文件版
摘要: 【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)
【SpringBoot__Mybatis】整合MyBatis注解版
摘要: 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)
【springboot__Druid】配置Druid数据源及单元测试
摘要: 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)
2020年8月9日
【Spring Boot】学习笔记转载
摘要: 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)
2020年7月25日
【SpringMVC__上传】SpringMVC中实现图片上传
摘要: 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)
【Java__上传】使用FTPClient上传文件
摘要: 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)
【System__收录】知识点及疑难杂症
摘要: 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)
【DataBase__收录】知识点及疑难杂症
摘要: 1
阅读全文
posted @ 2020-07-25 10:49 一只桔子2233
阅读(102)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
56
下一页
公告