
Spring Boot常用的maven依赖
发布日期:2021-05-04 20:57:48
浏览次数:11
分类:技术文章
本文共 2524 字,大约阅读时间需要 8 分钟。
org.springframework.boot spring-boot-starter-parent 1.5.7.RELEASE org.springframework.boot spring-boot-starter-web jstl jstl 1.2 org.springframework.boot spring-boot-starter-tomcat provided org.apache.tomcat.embed tomcat-embed-jasper provided org.mybatis.spring.boot mybatis-spring-boot-starter 1.3.1 com.alibaba druid 1.1.12 com.oracle ojdbc6 6.0 com.alibaba fastjson 1.2.15 org.springframework.boot spring-boot-starter-test test org.projectlombok lombok 1.18.8 provided org.springframework.boot spring-boot-devtools true redis.clients jedis 2.9.0 org.apache.commons commons-lang3 3.4 org.springframework.boot spring-boot-maven-plugin true -Dfile.encoding=UTF-8
发表评论
最新留言
能坚持,总会有不一样的收获!
[***.219.124.196]2025年03月19日 21时51分59秒
关于作者

喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!
推荐文章
彻底弄懂Python标准库源码(一)—— os模块
2019-03-01
RF新手常见问题总结--(基础篇)
2019-03-01
SpringBoot配置文件中的值获取
2019-03-01
Mybatis-plus代码生成器模板(MySQL数据库)
2019-03-01
使用redis管理Mybatis的二级缓存
2019-03-01
使用redis管理Mybatis-Plus的二级缓存
2019-03-01
Spring Boot常用的maven依赖
2019-03-01
Mybatis中的SQL语句等于、不等于和模糊查询的语法
2019-03-01
使用 github 搜索
2019-03-01
.net core 中使用 EFcore做ORM
2019-03-01
工具-snipate(截图)
2019-03-01
java有包名的类访问没有包名的类
2019-03-01
手把手教你用Python的NumPy包处理数据
2019-03-01
TIOBE 12月编程语言排行榜:Python有望第四次成为年度语言
2019-03-01
Python循环语句代码逐行详解:while、for、break和continue
2019-03-01
linux sort与awk
2019-03-03
详细分析下用于交互的Scanner
2019-03-03
Java--泛型(通配符、泛型边界、泛型与继承)
2019-03-03
Mybatis--标准日志工厂
2019-03-03
Spring--IoC理论推导&IoC本质
2019-03-03