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. 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"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with 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> <modelVersion>4.0.0</modelVersion>
<groupId>com.landaiqing</groupId> <groupId>com.landaiqing</groupId>
<artifactId>jc-club-auth</artifactId> <artifactId>qing-yu-club-auth</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>jc-club-auth</name> <name>qing-yu-club-auth</name>
<url>http://maven.apache.org</url> <url>http://maven.apache.org</url>
<modules> <modules>
<module>jc-club-auth-application</module> <module>qing-yu-club-auth-application</module>
<module>jc-club-auth-common</module> <module>qing-yu-club-auth-common</module>
<module>jc-club-auth-domain</module> <module>qing-yu-club-auth-domain</module>
<module>jc-club-auth-infra</module> <module>qing-yu-club-auth-infra</module>
<module>jc-club-auth-starter</module> <module>qing-yu-club-auth-starter</module>
<module>jc-club-auth-api</module> <module>qing-yu-club-auth-api</module>
</modules> </modules>
<properties> <properties>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -5,7 +5,7 @@ spring:
username: landaiqing username: landaiqing
password: iPHzskWvLGI2TrPw2AV7pu4C8O4bfxSSeQrkIqq0ZwM5tpBmx4aI6xN/8xjYgSmIir5v2Cv35Fn2732AypFKww== password: iPHzskWvLGI2TrPw2AV7pu4C8O4bfxSSeQrkIqq0ZwM5tpBmx4aI6xN/8xjYgSmIir5v2Cv35Fn2732AypFKww==
driver-class-name: com.mysql.cj.jdbc.Driver 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 type: com.alibaba.druid.pool.DruidDataSource
druid: druid:
initial-size: 20 initial-size: 20

View File

@@ -1,6 +1,6 @@
spring: spring:
application: application:
name: jc-club-oss name: qing-yu-club-auth
profiles: profiles:
active: dev active: dev
cloud: 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="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_PATH" value="../log" />
<property name="FILE_NAME" value="jcClub.log" /> <property name="FILE_NAME" value="qing-yuClub.log" />
</Properties> </Properties>
<!--https://logging.apache.org/log4j/2.x/manual/appenders.html--> <!--https://logging.apache.org/log4j/2.x/manual/appenders.html-->

View File

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

View File

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

View File

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

View File

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

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