mirror of
https://gitee.com/ChinaLym/shoulder-platform.git
synced 2025-12-30 11:02:26 +00:00
shoulder framework 0.7
This commit is contained in:
@@ -157,6 +157,10 @@
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
BIN
img/nginx1.png
Normal file
BIN
img/nginx1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 509 KiB |
BIN
img/nginx2.png
Normal file
BIN
img/nginx2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 202 KiB |
@@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<properties>
|
||||
<shoulder.version>0.6</shoulder.version><!-- shoulder-version -->
|
||||
<shoulder.version>0.7-SNAPSHOT</shoulder.version><!-- shoulder-version -->
|
||||
<spring-boot.version>2.3.6.RELEASE</spring-boot.version>
|
||||
<spring-cloud.version>Hoxton.SR9</spring-cloud.version>
|
||||
<spring-cloud-alibaba.version>2.2.3.RELEASE</spring-cloud-alibaba.version>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<name>${project.artifactId}</name>
|
||||
|
||||
<properties>
|
||||
<shoulder.version>0.6</shoulder.version><!-- shoulder-version -->
|
||||
<shoulder.version>0.7-SNAPSHOT</shoulder.version><!-- shoulder-version -->
|
||||
<spring-boot.version>2.3.6.RELEASE</spring-boot.version>
|
||||
<spring-cloud.version>Hoxton.SR9</spring-cloud.version>
|
||||
<spring-cloud-alibaba.version>2.2.3.RELEASE</spring-cloud-alibaba.version>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>cn.itlym</groupId>
|
||||
<artifactId>shoulder-parent</artifactId>
|
||||
<version>0.6</version><!-- shoulder-version -->
|
||||
<version>0.7-SNAPSHOT</version><!-- shoulder-version -->
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<shoulder.version>0.6</shoulder.version><!-- shoulder-version -->
|
||||
<shoulder.version>0.7-SNAPSHOT</shoulder.version><!-- shoulder-version -->
|
||||
<shoulder-platform.version>1.0-SNAPSHOT</shoulder-platform.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>cn.itlym</groupId>
|
||||
<artifactId>shoulder-parent</artifactId>
|
||||
<version>0.6</version><!-- shoulder-version -->
|
||||
<version>0.7-SNAPSHOT</version><!-- shoulder-version -->
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<properties>
|
||||
<!-- =============== Shoulder 版本 =============== -->
|
||||
|
||||
<shoulder.version>0.6</shoulder.version><!-- shoulder-version -->
|
||||
<shoulder.version>0.7-SNAPSHOT</shoulder.version><!-- shoulder-version -->
|
||||
<shoulder-platform.version>1.0-SNAPSHOT</shoulder-platform.version><!-- shoulder-platform-version -->
|
||||
|
||||
<shoulder-sms-aliyun.version>1.0-SNAPSHOT</shoulder-sms-aliyun.version><!-- shoulder-sms-aliyun.version -->
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>cn.itlym</groupId>
|
||||
<artifactId>shoulder-parent</artifactId>
|
||||
<version>0.6</version><!-- shoulder-version -->
|
||||
<version>0.7-SNAPSHOT</version><!-- shoulder-version -->
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ import javax.ws.rs.core.MediaType;
|
||||
/**
|
||||
* demo restful api
|
||||
*
|
||||
* @author shoulder
|
||||
* @author lym
|
||||
*/
|
||||
@Path("/rest/demo/v1")
|
||||
@Produces(MediaType.APPLICATION_JSON)
|
||||
|
||||
Reference in New Issue
Block a user