日志配置
pom 配置 hutool/fastjson2 代码生成器
This commit is contained in:
44
pom.xml
44
pom.xml
@@ -12,52 +12,27 @@
|
||||
<artifactId>cash</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>cash</name>
|
||||
|
||||
<name>收银机</name>
|
||||
<description>cash</description>
|
||||
|
||||
<url>https://springdoc.cn/spring-boot-3-4-release-notes/</url>
|
||||
<licenses>
|
||||
<license/>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>1</id>
|
||||
<name>w</name>
|
||||
<email>123@example.com</email>
|
||||
<organization>CZG</organization>
|
||||
<organizationUrl>https://guanwang</organizationUrl>
|
||||
</developer>
|
||||
</developers>
|
||||
<modules>
|
||||
<module>cash-api</module>
|
||||
<module>cash-common</module>
|
||||
<module>cash-service</module>
|
||||
<module>cash-sdk</module>
|
||||
</modules>
|
||||
<scm>
|
||||
<tag>HEAD</tag>
|
||||
<connection>scm:git:https://e.coding.net/g-cphe0354/cashier/cashier_server.git</connection>
|
||||
<developerConnection>scm:git:ssh://https://e.coding.net/g-cphe0354/cashier/cashier_server.git</developerConnection>
|
||||
<url>https://e.coding.net/g-cphe0354/cashier/cashier_server.git</url>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<java.version>21</java.version>
|
||||
<spring-cloud.version>2024.0.0</spring-cloud.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-redis</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
@@ -69,17 +44,6 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-dependencies</artifactId>
|
||||
<version>${spring-cloud.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
Reference in New Issue
Block a user