1
0
mirror of https://gitee.com/incloudcode/yexuejc-springboot.git synced 2025-07-13 23:37:28 +08:00
2018-04-09 15:24:43 +08:00
2018-04-09 15:11:25 +08:00
2018-04-09 15:11:25 +08:00
2018-04-09 15:11:25 +08:00
2018-04-09 15:11:25 +08:00
2018-04-09 15:22:58 +08:00
2018-04-09 15:24:43 +08:00

yexuejc-springboot-base

基于springboot maven 封装可继承基础工程

引用

yexuejc.springboot.version=1.0.3

pom.xml

<dependencies>
    <dependency>
        <groupId>com.github.yexuejc</groupId>
        <artifactId>yexuejc-springboot</artifactId>
        <version>${yexuejc.springboot.version}</version>
    </dependency>
</dependencies>
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

目录

\src\main\java 核心代码
\src\main\resources 核心配置
com.yexuejc.springboot.base.autoconfigure.* 模块封装
com.yexuejc.springboot.base.constant.* 系统常量
com.yexuejc.springboot.base.filter.* 过滤器
com.yexuejc.springboot.base.interceptor.* 拦截器
com.yexuejc.springboot.base.http.* 网络层
com.yexuejc.springboot.base.pojo.* bean
com.yexuejc.springboot.base.util.* 工具包
\src\test\ 测试部分
com.yexuejc.springboot.base.ApplicationRun 测试启动入口
Description
No description provided
Readme Apache-2.0 1,013 KiB
Languages
Java 100%