You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
META-INF | 3 years ago | |
src | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
pom.xml | 3 years ago |
README.md
Statistics
目前使用技术:
技术 | 名称 | 版本 |
---|---|---|
SpringBoot | 主框架 | 2.0.3.RELEASE |
Mybatis | Java 持久层框架 | 1.2.4 |
MyBatis Generator | 代码生成 | 1.3.6 |
Apache Shiro | 安全框架 | 1.4.0 |
Pagehelper | 分页插件 | 1.2.5 |
Druid | 数据库连接池 | 1.1.10 |
Hutool | 工具集合框架 | 4.1.1 |
Fastjson | json框架 | 1.2.47 |
Lombok | 简化实体类 | 1.18.0 |
Redis | 缓存 | SpringBoot内嵌版本 |
Swagger2 | 接口文档 | 2.9.2 |
Maven | 项目构建管理 | 3.0.0+ |
开发须知:
项目建议使用IntelliJ IDEA进行开发,下载链接为https://www.jetbrains.com/idea/download/#section=windows
选择Ultimate版本点击DOWNLOAD即可。
Java JDK版本为1.8+,请自行下载并且在idea中配置。
由于使用了shiro做安全验证所以采用了redis来进行登录缓存的存放,项目启动需启动redis,下载地址为:https://redis.io/
工具链:
引入jar包需使用maven形式,搜索链接为:https://mvnrepository.com/
采用Hutool工具类,可以简化开发,文档地址为:http://hutool.mydoc.io/
采用PageHelper插件,用于简化查询语句,GitHub地址(含文档)为:https://github.com/abel533/Mapper