feat(version): shoulder-framework -> 0.4

This commit is contained in:
15858193327
2020-11-01 18:03:26 +08:00
parent a605226609
commit 3233d950b2
7 changed files with 11 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
- http://patorjk.com/software/taag/#p=display&f=Ivrit&t=shoulder
- http://patorjk.com/software/taag/#p=display&f=Ivrit&t=Shoulder-
- http://www.network-science.de/ascii/
---
@@ -20,7 +20,7 @@ Rounded
_____) ) | | | |_| | |_| | ( (_| | ____| | | |___) / ___ | | |_| ____| | | / ___ | |_| |
(______/|_| |_|\___/|____/ \_)____|_____)_| \_____/\_____| \__)_____)\___/\_____|\__ |
(____/
|___/
Slant
_____ __ __ __ ______ __
@@ -38,6 +38,7 @@ Doom
/\__/ / | | | (_) | |_| | | (_| | __/ | | |_\ \ (_| | || __/\ V V / (_| | |_| |
\____/|_| |_|\___/ \__,_|_|\__,_|\___|_| \____/\__,_|\__\___| \_/\_/ \__,_|\__, |
__/ |
|___/
Big Money-ne
/$$$$$$ /$$ /$$ /$$ /$$$$$$ /$$

View File

@@ -6,7 +6,7 @@ shoulder:
ip: 127.0.0.1
port: 3306
driverClassName: com.mysql.cj.jdbc.Driver
database: db_shoulder_platform
database: shoulder_platform
username: root
password: root
database: # 数据库配置请看 DatabaseProperties 类上的注释

View File

@@ -11,14 +11,16 @@
<modules>
<module>shoulder-platform-common</module>
<module>shoulder-generator</module>
<module>shoulder-user-center</module>
<module>shoulder-system-center</module>
<module>shoulder-notify-center</module>
<module>shoulder-gateway</module>
<module>shoulder-auth-center</module>
<module>shoulder-notify-center</module>
<module>shoulder-pay-center</module>
<module>shoulder-storage-center</module>
<module>shoulder-system-center</module>
<module>shoulder-backstage</module>
<module>shoulder-generator</module>
</modules>

View File

@@ -16,9 +16,5 @@
<artifactId>shoulder-auth-center</artifactId>
<packaging>pom</packaging>
<modules>
<module>shoulder-auth-api</module>
</modules>
</project>

View File

@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>cn.itlym.platform</groupId>
<artifactId>shoulder-platform-parent</artifactId>
<version>1.0-SNAPSHOT</version><!-- shoulder-platform-version -->
<relativePath>../../shoulder-platform-common/shoulder-platform-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shoulder-auth-api</artifactId>
</project>

View File

@@ -21,7 +21,7 @@
<properties>
<shoulder.version>0.4-SNAPSHOT</shoulder.version><!-- shoulder-version -->
<shoulder.version>0.4</shoulder.version><!-- shoulder-version -->
<spring-boot.version>2.2.8.RELEASE</spring-boot.version>
<spring-cloud.version>Hoxton.SR6</spring-cloud.version>
<spring-cloud-alibaba.version>2.2.1.RELEASE</spring-cloud-alibaba.version>

View File

@@ -15,7 +15,7 @@
<name>${project.artifactId}</name>
<properties>
<shoulder.version>0.4-SNAPSHOT</shoulder.version><!-- shoulder-version -->
<shoulder.version>0.4</shoulder.version><!-- shoulder-version -->
<spring-boot.version>2.2.8.RELEASE</spring-boot.version>
<spring-cloud.version>Hoxton.SR6</spring-cloud.version>
<spring-cloud-alibaba.version>2.2.1.RELEASE</spring-cloud-alibaba.version>