From afbc32ae1dcb526130d8ede44df874006c0222b3 Mon Sep 17 00:00:00 2001 From: WeiRan <2392355487@qq.com> Date: Fri, 27 Sep 2024 12:16:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cloud-modules-firmmanage/.gitignore | 38 +++++++++++++++++++ .../cloud-modules-firmmanage/pom.xml | 20 ++++++++++ .../src/main/java/com/muyu/Main.java | 14 +++++++ cloud-modules/pom.xml | 1 + 4 files changed, 73 insertions(+) create mode 100644 cloud-modules/cloud-modules-firmmanage/.gitignore create mode 100644 cloud-modules/cloud-modules-firmmanage/pom.xml create mode 100644 cloud-modules/cloud-modules-firmmanage/src/main/java/com/muyu/Main.java diff --git a/cloud-modules/cloud-modules-firmmanage/.gitignore b/cloud-modules/cloud-modules-firmmanage/.gitignore new file mode 100644 index 0000000..5ff6309 --- /dev/null +++ b/cloud-modules/cloud-modules-firmmanage/.gitignore @@ -0,0 +1,38 @@ +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### IntelliJ IDEA ### +.idea/modules.xml +.idea/jarRepositories.xml +.idea/compiler.xml +.idea/libraries/ +*.iws +*.iml +*.ipr + +### Eclipse ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ + +### Mac OS ### +.DS_Store \ No newline at end of file diff --git a/cloud-modules/cloud-modules-firmmanage/pom.xml b/cloud-modules/cloud-modules-firmmanage/pom.xml new file mode 100644 index 0000000..1194a9e --- /dev/null +++ b/cloud-modules/cloud-modules-firmmanage/pom.xml @@ -0,0 +1,20 @@ + + + 4.0.0 + + com.muyu + cloud-modules + 3.6.3 + + + cloud-modules-firmmanage + + + 17 + 17 + UTF-8 + + + diff --git a/cloud-modules/cloud-modules-firmmanage/src/main/java/com/muyu/Main.java b/cloud-modules/cloud-modules-firmmanage/src/main/java/com/muyu/Main.java new file mode 100644 index 0000000..b958a41 --- /dev/null +++ b/cloud-modules/cloud-modules-firmmanage/src/main/java/com/muyu/Main.java @@ -0,0 +1,14 @@ +package com.muyu; + +/** + * @Author:weiran + * @Package:com.muyu + * @Project:Default (Template) Project + * @name:${NAME} + * @Date:2024/9/27 12:13 + */ +public class Main { + public static void main(String[] args) { + System.out.println("Hello world!"); + } +} diff --git a/cloud-modules/pom.xml b/cloud-modules/pom.xml index 516b222..5df9098 100644 --- a/cloud-modules/pom.xml +++ b/cloud-modules/pom.xml @@ -13,6 +13,7 @@ cloud-modules-gen cloud-modules-file cloud-modules-car + cloud-modules-firmmanage cloud-modules