diff --git a/yanzhu-modules/pom.xml b/yanzhu-modules/pom.xml
index 800e5a5a..2e77b042 100644
--- a/yanzhu-modules/pom.xml
+++ b/yanzhu-modules/pom.xml
@@ -14,7 +14,6 @@
yanzhu-job
yanzhu-file
yanzhu-manage
- yanzhu-wechat
yanzhu-flowable
diff --git a/yanzhu-modules/yanzhu-wechat/pom.xml b/yanzhu-modules/yanzhu-wechat/pom.xml
deleted file mode 100644
index 39d06841..00000000
--- a/yanzhu-modules/yanzhu-wechat/pom.xml
+++ /dev/null
@@ -1,154 +0,0 @@
-
-
-
- yanzhu
- com.yanzhu
- 3.6.2
- ../../pom.xml
-
- 4.0.0
-
- yanzhu-modules-wechat
-
-
- 17
- 17
-
-
-
- yanzhu-modules-wechat微信模块
-
-
-
-
-
- com.alibaba.cloud
- spring-cloud-starter-alibaba-nacos-discovery
-
-
-
-
- com.alibaba.cloud
- spring-cloud-starter-alibaba-nacos-config
-
-
-
-
- com.alibaba.cloud
- spring-cloud-starter-alibaba-sentinel
-
-
-
-
- org.springframework.boot
- spring-boot-starter-actuator
-
-
-
-
- io.springfox
- springfox-swagger-ui
- ${swagger.fox.version}
-
-
-
-
- org.apache.velocity
- velocity-engine-core
-
-
-
-
- mysql
- mysql-connector-java
-
-
-
-
- com.yanzhu
- yanzhu-common-log
-
-
-
-
- com.yanzhu
- yanzhu-common-swagger
-
-
- org.projectlombok
- lombok
- provided
-
-
-
-
- com.yanzhu
- yanzhu-common-mapper
- 3.6.2
- compile
-
-
-
-
-
- ${project.artifactId}
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- repackage
-
-
-
-
-
-
- com.spotify
- docker-maven-plugin
- 1.2.0
-
-
- ${project.build.finalName}
- latest
-
- openjdk:latest
-
- ["java", "-jar", "/${project.build.finalName}.jar"]
-
- true
- ${configuration.docker-one-Host}
-
-
- /
-
- ${project.build.directory}
-
- ${project.build.finalName}.jar
-
-
-
-
-
- build-image
- package
-
- build
-
-
-
-
-
-
-
-
- src/main/resources
- true
-
-
-
-
\ No newline at end of file
diff --git a/yanzhu-modules/yanzhu-wechat/src/main/java/com/yanzhu/wechat/YanZhuWeChatApplication.java b/yanzhu-modules/yanzhu-wechat/src/main/java/com/yanzhu/wechat/YanZhuWeChatApplication.java
deleted file mode 100644
index 397d71d1..00000000
--- a/yanzhu-modules/yanzhu-wechat/src/main/java/com/yanzhu/wechat/YanZhuWeChatApplication.java
+++ /dev/null
@@ -1,34 +0,0 @@
-package com.yanzhu.wechat;
-
-import org.springframework.boot.SpringApplication;
-import org.springframework.boot.autoconfigure.SpringBootApplication;
-import com.yanzhu.common.security.annotation.EnableCustomConfig;
-import com.yanzhu.common.security.annotation.EnableRyFeignClients;
-import com.yanzhu.common.swagger.annotation.EnableCustomSwagger2;
-
-/**
- * 代码生成
- *
- * @author ruoyi
- */
-@EnableCustomConfig
-@EnableCustomSwagger2
-@EnableRyFeignClients
-@SpringBootApplication
-public class YanZhuWeChatApplication
-{
- public static void main(String[] args)
- {
- SpringApplication.run(YanZhuWeChatApplication.class, args);
- System.out.println("(♥◠‿◠)ノ゙ 微信模块启动成功 ლ(´ڡ`ლ)゙ \n" +
- " .-------. ____ __ \n" +
- " | _ _ \\ \\ \\ / / \n" +
- " | ( ' ) | \\ _. / ' \n" +
- " |(_ o _) / _( )_ .' \n" +
- " | (_,_).' __ ___(_ o _)' \n" +
- " | |\\ \\ | || |(_,_)' \n" +
- " | | \\ `' /| `-' / \n" +
- " | | \\ / \\ / \n" +
- " ''-' `'-' `-..-' ");
- }
-}
diff --git a/yanzhu-modules/yanzhu-wechat/src/main/java/com/yanzhu/wechat/controller/init b/yanzhu-modules/yanzhu-wechat/src/main/java/com/yanzhu/wechat/controller/init
deleted file mode 100644
index e69de29b..00000000
diff --git a/yanzhu-modules/yanzhu-wechat/src/main/java/com/yanzhu/wechat/service/impl/init b/yanzhu-modules/yanzhu-wechat/src/main/java/com/yanzhu/wechat/service/impl/init
deleted file mode 100644
index e69de29b..00000000
diff --git a/yanzhu-modules/yanzhu-wechat/src/main/java/com/yanzhu/wechat/service/init b/yanzhu-modules/yanzhu-wechat/src/main/java/com/yanzhu/wechat/service/init
deleted file mode 100644
index e69de29b..00000000
diff --git a/yanzhu-modules/yanzhu-wechat/src/main/resources/banner.txt b/yanzhu-modules/yanzhu-wechat/src/main/resources/banner.txt
deleted file mode 100644
index 05f528cc..00000000
--- a/yanzhu-modules/yanzhu-wechat/src/main/resources/banner.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-Spring Boot Version: ${spring-boot.version}
-Spring Application Name: ${spring.application.name}
- _
- (_)
- _ __ _ _ ___ _ _ _ ______ __ _ ___ _ __
-| '__|| | | | / _ \ | | | || ||______| / _` | / _ \| '_ \
-| | | |_| || (_) || |_| || | | (_| || __/| | | |
-|_| \__,_| \___/ \__, ||_| \__, | \___||_| |_|
- __/ | __/ |
- |___/ |___/
\ No newline at end of file
diff --git a/yanzhu-modules/yanzhu-wechat/src/main/resources/bootstrap.yml b/yanzhu-modules/yanzhu-wechat/src/main/resources/bootstrap.yml
deleted file mode 100644
index c9ae24ee..00000000
--- a/yanzhu-modules/yanzhu-wechat/src/main/resources/bootstrap.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-# Tomcat
-server:
- port: 9206
-
-# Spring
-spring:
- application:
- # 应用名称
- name: yanzhu-wechat
- profiles:
- # 环境配置
- active: dev
- cloud:
- nacos:
- discovery:
- # 服务注册地址
- server-addr: @discovery.server-addr@
- # 服务分组
- group: JiangYuQi
- config:
- # 配置中心地址
- server-addr: @discovery.server-addr@
- # 配置文件格式
- file-extension: yml
- # 共享配置
- shared-configs:
- - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
diff --git a/yanzhu-modules/yanzhu-wechat/src/main/resources/logback.xml b/yanzhu-modules/yanzhu-wechat/src/main/resources/logback.xml
deleted file mode 100644
index ec8cfeba..00000000
--- a/yanzhu-modules/yanzhu-wechat/src/main/resources/logback.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- ${log.pattern}
-
-
-
-
-
- ${log.path}/info.log
-
-
-
- ${log.path}/info.%d{yyyy-MM-dd}.log
-
- 60
-
-
- ${log.pattern}
-
-
-
- INFO
-
- ACCEPT
-
- DENY
-
-
-
-
- ${log.path}/error.log
-
-
-
- ${log.path}/error.%d{yyyy-MM-dd}.log
-
- 60
-
-
- ${log.pattern}
-
-
-
- ERROR
-
- ACCEPT
-
- DENY
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file