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