×
请登录
立即登录
QQ登录
{{ date }}
{{ time }}
博客
酷玩
分享
标签
友链
导航
登录
注册
博客
酷玩
分享
导航
♡每个人都是平凡的,说平凡的话,做平凡的事,生活简简单单就好!
繁华世界☆追梦少年☆心怀梦想☆勇敢前行!
# 抖音视频去水印下载 #
# 微信公众号文章爬虫 #
# 一秒找回童年,FC在线玩 #
# 仿抖音H5源码下载 #
博客
Springboot项目的云服务器部署
1配置好properties 2 打jar包 3 上传运行 nohup java -jar xxx.jar & nohup 常驻 不会因为你关闭命令界面而停止服务 &表示执行命令后要生成日志文件nohup.out 也可以指定日志文...
ThinkPad
1年前
3539
0
1
博客
SpringBoot 参数校验
1.加入pom支持 <!--springboot 参数校验--> <dependency> <groupId>org.hibernate</groupId> <artifactId>h...
ThinkPad
1年前
2994
5
0
博客
SpringBoot 事物管理
不使用事物 定义好的cat类和dao 在junit测试中代码 cat 的构造器 public Cat(Integer id, Integer catAge, String catName) { this.id = id; this.catAge ...
ThinkPad
1年前
3247
0
0
博客
SpringBoot 集成 redis
加入依赖 <!--junit--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>sprin...
ThinkPad
1年前
2938
0
0
博客
SpringBoot 使用 logback 日志
logback是springboot 默认使用的日志 引入jar <!--logback 日志--> <dependency> <groupId>org.springframework.boot</...
ThinkPad
1年前
4911
0
0
博客
Springboot 使用模板引擎
spring boot使用thymeleaf 在pom.xml中引入thymeleaf 如何关闭thymeleaf缓存 编写访问模板文件controller 编写模板文件.html pom文件加入thymeleaf <dependenc...
ThinkPad
1年前
3394
0
0
博客
Springboot 属性配置和使用
Spring Boot 支持多种外部配置方式 这些方式优先级如下: 命令行参数 来自java:comp/env的JNDI属性 Java系统属性(System.getProperties()) 操作系统环境变量 RandomValueProper...
ThinkPad
1年前
3508
0
0
博客
Springboot 使用 jdbcTemplate 和全局异常处理
JDBCTemplate 在pom.xml加入jdbcTemplate的依赖; <dependency> <groupId>org.springframework.boot</groupId> <arti...
ThinkPad
1年前
3721
0
0
博客
SpringBoot JPA/Hibernate/SpringData 进阶
上一文简单介绍了spring data jpa 和一个简单的实现 现在来详细解读下 Repository 接口是 Spring Data 的一个核心接口,它不提供任何方法,开发者需要在自己定义的接口中声明需要的方法 : public interf...
ThinkPad
1年前
3626
0
0
博客
SpringBoot JPA/Hibernate/Spring Data 入门
什么是jpa JPA全称Java Persistence API.JPA通过JDK 5.0注解或XML描述对象-关系表的映射关系,并将运行期的实体对象持久化到数据库中 ==JPA(Java Persistence API)==是Sun官方提出的...
ThinkPad
1年前
3708
0
0
1
...
12
13
14
15
热门文章
FC模拟器网页版(原创)
137042
阅读
手机QQ发送XML卡片消息教程
42333
阅读
手机QQ卡片代码大全
20395
阅读
FC小霸王游戏机源码--jsnes支持摇杆操作
17792
阅读
全网VIP音乐免费下载
16548
阅读
关注作者
微信公众号
最新评论
QQ5671377
看看先
qingheya
学习学习
mvocp
请在转载“朋友圈点赞截图生成工具”(http://zan.liflag.cn/)时遵守互联网的开源精神,保留原作者和源代码地址(https://github.com/TransparentLC/WechatMomentScreenshot)等相关信息,谢谢!
GITEE3071993
学习学习
aaaa1
下载