博客
关于我
Spring Boot常用的maven依赖
阅读量:268 次
发布时间:2019-03-01

本文共 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

 

转载地址:http://mggo.baihongyu.com/

你可能感兴趣的文章
spring框架读取json文件为字符串 推荐第一种
查看>>
SpringBoot配置文件中的值获取
查看>>
Java实现压缩与解压
查看>>
Mybatis-plus代码生成器模板(MySQL数据库)
查看>>
使用redis管理Mybatis的二级缓存
查看>>
使用redis管理Mybatis-Plus的二级缓存
查看>>
Spring Boot常用的maven依赖
查看>>
Mybatis中的SQL语句等于、不等于和模糊查询的语法
查看>>
用xacro给自己的ROS小车编写模型
查看>>
使用 github 搜索
查看>>
.net core 中使用 EFcore做ORM
查看>>
那些用过一次就不会卸载的软件
查看>>
工具-snipate(截图)
查看>>
java有包名的类访问没有包名的类
查看>>
python中快速删除重复元素
查看>>
手绘导图版:深入解析机器学习在风控场景中的8大应用
查看>>
长期豪赌人工智能,Alphabet是怎样一步一步偷偷改变世界的?
查看>>
手把手教你用Python的NumPy包处理数据
查看>>
TIOBE 12月编程语言排行榜:Python有望第四次成为年度语言
查看>>
Python循环语句代码逐行详解:while、for、break和continue
查看>>