去掉代码生成器与demo
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<modules>
|
||||
<module>jero-system-local-api</module>
|
||||
<module>jero-system-cloud-api</module>
|
||||
<!-- <module>jero-system-cloud-api</module>-->
|
||||
</modules>
|
||||
|
||||
<dependencies>
|
||||
@@ -23,4 +23,4 @@
|
||||
<artifactId>laws-base-core</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
||||
|
||||
+3
-3
@@ -16,8 +16,8 @@
|
||||
<module>laws-base-api</module>
|
||||
<module>laws-base-core</module>
|
||||
<module>laws-base-tools</module>
|
||||
<module>laws-base-generater</module>
|
||||
<module>laws-base-generater-core</module>
|
||||
<!-- <module>laws-base-generater</module>-->
|
||||
<!-- <module>laws-base-generater-core</module>-->
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
||||
@@ -149,7 +149,7 @@ spring:
|
||||
master:
|
||||
url: jdbc:p6spy:mysql://10.2.16.35:3306/rsm_prd?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true
|
||||
username: cgrsm
|
||||
password: xjGpFMrULjt8HW
|
||||
password: V3DpPGBQez8g4b
|
||||
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
|
||||
# url: jdbc:p6spy:mysql://lijiarao.cn:3306/laws_chery_dev?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true
|
||||
# username: root
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<artifactId>laws-chery</artifactId>
|
||||
<version>2.5.1</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
<modules>
|
||||
<module>laws-base</module>
|
||||
<module>laws-module-demo</module>
|
||||
<!-- <module>laws-module-demo</module>-->
|
||||
<module>laws-module-system</module>
|
||||
<!-- 单体应用启动类 -->
|
||||
<module>laws-single-startup</module>
|
||||
@@ -75,7 +75,7 @@
|
||||
<url>http://maven.hzwlsoft.com:4000/repository/maven-snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>aliyun</id>
|
||||
@@ -389,4 +389,4 @@
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user