diff --git a/pom.xml b/pom.xml index 709cedd..ce63ac9 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,62 @@ com.zeekling solo.weixin 1.0-SNAPSHOT + jar + + project-final-name + + Hoxton.RELEASE + + 1.2.62 + + 28.2-jre + + 5.1.3 + 2.2.4.RELEASE + + + + org.springframework.boot + spring-boot-starter-parent + 2.2.4.RELEASE + + + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring-cloud-dependencies.version} + pom + import + + + + + + + org.springframework.boot + spring-boot-starter-log4j2 + 1.5.3.RELEASE + + + + org.springframework.boot + spring-boot-starter-web + ${spring-boot.version} + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + + \ No newline at end of file diff --git a/src/main/java/com/zeekling/solo/weixin/WeXinApp.java b/src/main/java/com/zeekling/solo/weixin/WeXinApp.java new file mode 100644 index 0000000..7bd5145 --- /dev/null +++ b/src/main/java/com/zeekling/solo/weixin/WeXinApp.java @@ -0,0 +1,17 @@ +package com.zeekling.solo.weixin; + +/** + * @author zeekling [lingzhaohui@zeekling.cn] + * @version 1.0 + * @apiNote + * @since 2020-03-15 + */ + +//@SpringBootApplication +public class WeXinApp { + + public static void main(String[] args) { +// SpringApplication.run(WeXinApp.class, args); + } + +} diff --git a/src/main/java/com/zeekling/solo/weixin/package-info.java b/src/main/java/com/zeekling/solo/weixin/package-info.java new file mode 100644 index 0000000..039ade1 --- /dev/null +++ b/src/main/java/com/zeekling/solo/weixin/package-info.java @@ -0,0 +1,7 @@ +/** + * @apiNote + * @version 1.0 + * @author zeekling [lingzhaohui@zeekling.cn] + * @since 2020-03-15 + */ +package com.zeekling.solo.weixin; \ No newline at end of file