mirror of
https://gitee.com/incloudcode/yexuejc-springboot.git
synced 2025-07-18 17:49:32 +08:00
first commit
This commit is contained in:
parent
45c6d46cd0
commit
808d45a61a
21
README.md
21
README.md
@ -2,6 +2,27 @@
|
|||||||
|
|
||||||
基于springboot maven 封装可继承基础工程
|
基于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>
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### 目录
|
### 目录
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user