feat: 修改模块名称

This commit is contained in:
2024-02-19 19:48:33 +08:00
parent 2176bf8bd7
commit 9be9287a3e
218 changed files with 130 additions and 130 deletions

View File

@@ -58,7 +58,7 @@ APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
Copyright 2024 JC-Club
Copyright 2024 qing-yu-Club
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@@ -1,2 +1,2 @@
# jc-club
# qing-yu-club

View File

@@ -3,19 +3,19 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.landaiqing</groupId>
<artifactId>jc-club-auth</artifactId>
<artifactId>qing-yu-club-auth</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>jc-club-auth</name>
<name>qing-yu-club-auth</name>
<url>http://maven.apache.org</url>
<modules>
<module>jc-club-auth-application</module>
<module>jc-club-auth-common</module>
<module>jc-club-auth-domain</module>
<module>jc-club-auth-infra</module>
<module>jc-club-auth-starter</module>
<module>jc-club-auth-api</module>
<module>qing-yu-club-auth-application</module>
<module>qing-yu-club-auth-common</module>
<module>qing-yu-club-auth-domain</module>
<module>qing-yu-club-auth-infra</module>
<module>qing-yu-club-auth-starter</module>
<module>qing-yu-club-auth-api</module>
</modules>
<properties>

View File

@@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.landaiqing</groupId>
<artifactId>jc-club-auth</artifactId>
<artifactId>qing-yu-club-auth</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jc-club-auth-api</artifactId>
<artifactId>qing-yu-club-auth-api</artifactId>
<packaging>jar</packaging>
<name>jc-club-auth-api</name>
<name>qing-yu-club-auth-api</name>
<url>http://maven.apache.org</url>
<properties>

View File

@@ -3,19 +3,19 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.landaiqing</groupId>
<artifactId>jc-club-auth</artifactId>
<artifactId>qing-yu-club-auth</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jc-club-auth-application</artifactId>
<artifactId>qing-yu-club-auth-application</artifactId>
<packaging>pom</packaging>
<name>jc-club-auth-application</name>
<name>qing-yu-club-auth-application</name>
<url>http://maven.apache.org</url>
<modules>
<module>jc-club-auth-application-controller</module>
<module>jc-club-auth-application-job</module>
<module>jc-club-auth-application-mq</module>
<module>qing-yu-club-auth-application-controller</module>
<module>qing-yu-club-auth-application-job</module>
<module>qing-yu-club-auth-application-mq</module>
</modules>
<properties>

View File

@@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.landaiqing</groupId>
<artifactId>jc-club-auth-application</artifactId>
<artifactId>qing-yu-club-auth-application</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jc-club-auth-application-controller</artifactId>
<artifactId>qing-yu-club-auth-application-controller</artifactId>
<packaging>jar</packaging>
<name>jc-club-auth-application-controller</name>
<name>qing-yu-club-auth-application-controller</name>
<url>http://maven.apache.org</url>
<properties>
@@ -29,7 +29,7 @@
</dependency>
<dependency>
<groupId>com.landaiqing</groupId>
<artifactId>jc-club-auth-domain</artifactId>
<artifactId>qing-yu-club-auth-domain</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>

View File

@@ -12,7 +12,7 @@ import java.util.List;
/**
* @Classname GlobalConfig
* @BelongsProject: jc-club
* @BelongsProject: qing-yu-club
* @BelongsPackage: com.landaiqing.subject.application.config
* @Author: landaiqing
* @CreateTime: 2024-02-16 15:57

View File

@@ -17,7 +17,7 @@ import javax.annotation.Resource;
/**
* @Classname RoleController
* @BelongsProject: jc-club
* @BelongsProject: qing-yu-club
* @BelongsPackage: com.landaiqing.auth.application.controller
* @Author: landaiqing
* @CreateTime: 2024-02-19 15:34

View File

@@ -18,7 +18,7 @@ import javax.annotation.Resource;
/**
* @Classname UserController
* @BelongsProject: jc-club
* @BelongsProject: qing-yu-club
* @BelongsPackage: com.landaiqing.auth.application.controller
* @Author: landaiqing
* @CreateTime: 2024-02-19 13:46

View File

@@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.landaiqing</groupId>
<artifactId>jc-club-auth-application</artifactId>
<artifactId>qing-yu-club-auth-application</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jc-club-auth-application-job</artifactId>
<artifactId>qing-yu-club-auth-application-job</artifactId>
<packaging>jar</packaging>
<name>jc-club-auth-application-job</name>
<name>qing-yu-club-auth-application-job</name>
<url>http://maven.apache.org</url>
<properties>

View File

@@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.landaiqing</groupId>
<artifactId>jc-club-auth-application</artifactId>
<artifactId>qing-yu-club-auth-application</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jc-club-auth-application-mq</artifactId>
<artifactId>qing-yu-club-auth-application-mq</artifactId>
<packaging>jar</packaging>
<name>jc-club-auth-application-mq</name>
<name>qing-yu-club-auth-application-mq</name>
<url>http://maven.apache.org</url>
<properties>

View File

@@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.landaiqing</groupId>
<artifactId>jc-club-auth</artifactId>
<artifactId>qing-yu-club-auth</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jc-club-auth-common</artifactId>
<artifactId>qing-yu-club-auth-common</artifactId>
<packaging>jar</packaging>
<name>jc-club-auth-common</name>
<name>qing-yu-club-auth-common</name>
<url>http://maven.apache.org</url>
<properties>

View File

@@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.landaiqing</groupId>
<artifactId>jc-club-auth</artifactId>
<artifactId>qing-yu-club-auth</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jc-club-auth-domain</artifactId>
<artifactId>qing-yu-club-auth-domain</artifactId>
<build>
<plugins>
<plugin>
@@ -22,7 +22,7 @@
</build>
<packaging>jar</packaging>
<name>jc-club-auth-domain</name>
<name>qing-yu-club-auth-domain</name>
<url>http://maven.apache.org</url>
<properties>
@@ -32,12 +32,12 @@
<dependencies>
<dependency>
<groupId>com.landaiqing</groupId>
<artifactId>jc-club-auth-infra</artifactId>
<artifactId>qing-yu-club-auth-infra</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.landaiqing</groupId>
<artifactId>jc-club-auth-common</artifactId>
<artifactId>qing-yu-club-auth-common</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>

View File

@@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.landaiqing</groupId>
<artifactId>jc-club-subject</artifactId>
<artifactId>qing-yu-club-auth</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jc-club-infra</artifactId>
<artifactId>qing-yu-club-auth-infra</artifactId>
<packaging>jar</packaging>
<name>jc-club-infra</name>
<name>qing-yu-club-auth-infra</name>
<url>http://maven.apache.org</url>
<properties>
@@ -48,7 +48,7 @@
</dependency>
<dependency>
<groupId>com.landaiqing</groupId>
<artifactId>jc-club-common</artifactId>
<artifactId>qing-yu-club-auth-common</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>

View File

@@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.landaiqing</groupId>
<artifactId>jc-club-subject</artifactId>
<artifactId>qing-yu-club-auth</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jc-club-starter</artifactId>
<artifactId>qing-yu-club-auth-starter</artifactId>
<packaging>jar</packaging>
<name>jc-club-starter</name>
<name>qing-yu-club-auth-starter</name>
<url>http://maven.apache.org</url>
<properties>
@@ -38,15 +38,14 @@
</dependency>
<dependency>
<groupId>com.landaiqing</groupId>
<artifactId>jc-club-application-controller</artifactId>
<artifactId>qing-yu-club-auth-application-controller</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.landaiqing</groupId>
<artifactId>jc-club-infra</artifactId>
<artifactId>qing-yu-club-auth-infra</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>

View File

@@ -5,7 +5,7 @@ spring:
username: landaiqing
password: iPHzskWvLGI2TrPw2AV7pu4C8O4bfxSSeQrkIqq0ZwM5tpBmx4aI6xN/8xjYgSmIir5v2Cv35Fn2732AypFKww==
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://116.196.80.239:3306/jc-club?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=true
url: jdbc:mysql://116.196.80.239:3306/qing-yu-club?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=true
type: com.alibaba.druid.pool.DruidDataSource
druid:
initial-size: 20

View File

@@ -1,6 +1,6 @@
spring:
application:
name: jc-club-oss
name: qing-yu-club-auth
profiles:
active: dev
cloud:

View File

@@ -10,7 +10,7 @@
<property name="LOG_PATTERN" value="%date{HH:mm:ss.SSS} %X{PFTID} [%thread] %-5level %logger{36} - %msg%n" />
<!-- 定义日志存储的路径 -->
<property name="FILE_PATH" value="../log" />
<property name="FILE_NAME" value="jcClub.log" />
<property name="FILE_NAME" value="qing-yuClub.log" />
</Properties>
<!--https://logging.apache.org/log4j/2.x/manual/appenders.html-->

View File

@@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.landaiqing</groupId>
<artifactId>jc-club-gateway</artifactId>
<artifactId>qing-yu-club-gateway</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>jc-club-gateway</name>
<name>qing-yu-club-gateway</name>
<url>http://maven.apache.org</url>
<properties>

View File

@@ -15,7 +15,7 @@ import reactor.core.publisher.Mono;
/**
* @Classname GatewayExceptionHandler
* @BelongsProject: jc-club
* @BelongsProject: qing-yu-club
* @BelongsPackage: com.landaiqing.club.gateway.exception
* @Author: landaiqing
* @CreateTime: 2024-02-18 17:52

View File

@@ -15,7 +15,7 @@ import org.springframework.data.redis.serializer.StringRedisSerializer;
/**
* @Classname RedisConfig
* @BelongsProject: jc-club
* @BelongsProject: qing-yu-club
* @BelongsPackage: com.landaiqing.club.gateway.redis
* @Author: landaiqing
* @CreateTime: 2024-02-18 18:10

View File

@@ -5,19 +5,19 @@ spring:
gateway:
routes:
- id: oss
uri: lb://jc-club-oss
uri: lb://qing-yu-club-oss
predicates:
- Path=/oss/**
filters:
- StripPrefix=1
- id: auth
uri: lb://jc-club-auth
uri: lb://qing-yu-club-auth
predicates:
- Path=/auth/**
filters:
- StripPrefix=1
- id: subject
uri: lb://jc-club-subject
uri: lb://qing-yu-club-subject
predicates:
- Path=/subject/**
filters:

Some files were not shown because too many files have changed in this diff Show More