日志配置

pom 配置
hutool/fastjson2
代码生成器
This commit is contained in:
wangw 2025-02-07 14:12:01 +08:00
parent 4bc853477a
commit 88dc5e10b9
19 changed files with 30 additions and 21 deletions

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.ysk</groupId> <groupId>com.czg</groupId>
<artifactId>cash-api</artifactId> <artifactId>cash-api</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>

View File

@ -1,4 +1,4 @@
package com.ysk; package com.czg;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.ysk</groupId> <groupId>com.czg</groupId>
<artifactId>cash-api</artifactId> <artifactId>cash-api</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>

View File

@ -1,8 +1,11 @@
package com.ysk; package com.czg;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* @author ww
*/
@SpringBootApplication @SpringBootApplication
public class OrderApplication { public class OrderApplication {

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.ysk</groupId> <groupId>com.czg</groupId>
<artifactId>cash</artifactId> <artifactId>cash</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.ysk</groupId> <groupId>com.czg</groupId>
<artifactId>cash-api</artifactId> <artifactId>cash-api</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>

View File

@ -1,8 +1,11 @@
package com.ysk; package com.czg;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* @author ww
*/
@SpringBootApplication @SpringBootApplication
public class ProductApplication { public class ProductApplication {

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.ysk</groupId> <groupId>com.czg</groupId>
<artifactId>cash-api</artifactId> <artifactId>cash-api</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>

View File

@ -1,8 +1,11 @@
package com.ysk; package com.czg;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* @author ww
*/
@SpringBootApplication @SpringBootApplication
public class SystemApplication { public class SystemApplication {

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.ysk</groupId> <groupId>com.czg</groupId>
<artifactId>cash</artifactId> <artifactId>cash</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.ysk</groupId> <groupId>com.czg</groupId>
<artifactId>cash</artifactId> <artifactId>cash</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.ysk</groupId> <groupId>com.czg</groupId>
<artifactId>cash-service</artifactId> <artifactId>cash-service</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.ysk</groupId> <groupId>com.czg</groupId>
<artifactId>cash-service</artifactId> <artifactId>cash-service</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>

View File

@ -1,4 +1,4 @@
package com.ysk; package com.czg;
import com.mybatisflex.codegen.Generator; import com.mybatisflex.codegen.Generator;
import com.mybatisflex.codegen.config.ColumnConfig; import com.mybatisflex.codegen.config.ColumnConfig;

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.ysk</groupId> <groupId>com.czg</groupId>
<artifactId>cash-service</artifactId> <artifactId>cash-service</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.ysk</groupId> <groupId>com.czg</groupId>
<artifactId>cash</artifactId> <artifactId>cash</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
@ -29,12 +29,12 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.ysk</groupId> <groupId>com.czg</groupId>
<artifactId>cash-common</artifactId> <artifactId>cash-common</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.ysk</groupId> <groupId>com.czg</groupId>
<artifactId>cash-sdk</artifactId> <artifactId>cash-sdk</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</dependency> </dependency>

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.ysk</groupId> <groupId>com.czg</groupId>
<artifactId>cash-service</artifactId> <artifactId>cash-service</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.ysk</groupId> <groupId>com.czg</groupId>
<artifactId>cash-service</artifactId> <artifactId>cash-service</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>

View File

@ -8,7 +8,7 @@
<version>3.4.2</version> <version>3.4.2</version>
<relativePath/> <relativePath/>
</parent> </parent>
<groupId>com.ysk</groupId> <groupId>com.czg</groupId>
<artifactId>cash</artifactId> <artifactId>cash</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>