Commit 573ab06a authored by Administrator's avatar Administrator

2024.12.04

parent 3c3d6ce5
......@@ -93,7 +93,6 @@ mybatis-plus:
configuration:
map-underscore-to-camel-case: true
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
config-location: classpath:mybatis-config.xml
# PageHelper分页插件
pagehelper:
......
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>
<parent>
<groupId>com.gemho</groupId>
<artifactId>gemho</artifactId>
<version>3.8.8</version>
</parent>
<artifactId>gemho-business</artifactId>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>com.gemho</groupId>
<artifactId>gemho-system</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file
......@@ -22,7 +22,10 @@
<groupId>com.gemho</groupId>
<artifactId>gemho-common</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file
......@@ -228,6 +228,7 @@
<module>gemho-quartz</module>
<module>gemho-generator</module>
<module>gemho-common</module>
<module>gemho-business</module>
</modules>
<packaging>pom</packaging>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment