java热部署实现shiro,SpringBoot2.x+shiro+redis+jwt+swagger+mybatis 前后端分离实战脚手架(一)...

1.实战脚手架搭建-创建项目基本骨架

1.1 快速创建 Spring Boot 项目

目录如下

bVbGNbd

pom 文件如下

xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">

4.0.0

org.springframework.boot

spring-boot-starter-parent

2.1.7.RELEASE

com.xh.lesson

company-frame

0.0.1-SNAPSHOT

company-frame

Demo project for Spring Boot

1.8

org.springframework.boot

spring-boot-starter-web

org.springframework.boot

spring-boot-starter-test

test

org.springframework.boot

spring-boot-maven-plugin

1.2 加入依赖

1.2.1 数据库相关

mysql

mysql-connector-java

5.1.47

com.alibaba

druid-spring-boot-starter

1.1.10

1.2.2 redis 相关

org.springframework.boot

spring-boot-starter-data-redis

org.apache.commons

commons-pool2

1.2.3 swagger2 相关

io.springfox

springfox-swagger2

2.9.2

io.springfox

springfox-swagger-ui

2.9.2

1.2.4 shiro 相关

org.apache.shiro

shiro-spring

1.4.1

1.2.5 分页相关

com.github.jsqlparser

jsqlparser

1.0

com.github.pagehelper

pagehelper-spring-boot-starter

1.2.5

1.2.6 fastJson&lombok

org.projectlombok

lombok

com.alibaba

fastjson

1.2.49

1.2.7 JWT 相关

io.jsonwebtoken

jjwt

0.9.1

JJWT是一个提供端到端的JWT创建和验证的Java库。永远免费和开源(Apache License,版本2.0),JJWT很容易使用和理解

1.2.8 aop 相关

org.springframework.boot

spring-boot-starter-aop

1.2.9 热部署相关

org.springframework.boot

spring-boot-devtools

runtime

org.springframework.boot

spring-boot-maven-plugin

true

完整的 pom

xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">

4.0.0

org.springframework.boot

spring-boot-starter-parent

2.1.6.RELEASE

com.yingxue.lesson

company-frame

0.0.1-SNAPSHOT

company-frame

Demo project for Spring Boot

1.8

org.springframework.boot

spring-boot-starter-web

org.springframework.boot

spring-boot-starter-test

test

mysql

mysql-connector-java

5.1.47

com.alibaba

druid-spring-boot-starter

1.1.10

org.springframework.boot

spring-boot-starter-data-redis

org.apache.commons

commons-pool2

io.springfox

springfox-swagger2

2.9.2

io.springfox

springfox-swagger-ui

2.9.2

org.apache.shiro

shiro-spring

1.4.1

com.github.jsqlparser

jsqlparser

1.0

com.github.pagehelper

pagehelper-spring-boot-starter

1.2.5

org.projectlombok

lombok

com.alibaba

fastjson

1.2.49

io.jsonwebtoken

jjwt

0.9.1

org.springframework.boot

spring-boot-starter-aop

org.springframework.boot

spring-boot-devtools

runtime

org.springframework.boot

spring-boot-maven-plugin

true

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值