diff --git a/xfg-dev-tech-app/pom.xml b/xfg-dev-tech-app/pom.xml new file mode 100644 index 0000000000000000000000000000000000000000..44e08bd04b50c094464b28e6396fbed22cfc5d01 --- /dev/null +++ b/xfg-dev-tech-app/pom.xml @@ -0,0 +1,113 @@ + + + 4.0.0 + + cn.bugstack + xfg-dev-tech-ratelimiter + 1.0-SNAPSHOT + + + xfg-dev-tech-app + + jar + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-configuration-processor + + + org.springframework.boot + spring-boot-autoconfigure + + + org.springframework.boot + spring-boot-starter-aop + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-starter-actuator + + + io.micrometer + micrometer-registry-prometheus + + + com.alibaba + fastjson + + + org.apache.commons + commons-lang3 + + + org.projectlombok + lombok + + + junit + junit + test + + + com.google.guava + guava + + + + + xfg-dev-tech-app + + + src/main/resources + true + + **/** + + + + + + src/test/resources + true + + **/** + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.6 + + true + false + + **/*Test.java + + + + + org.springframework.boot + spring-boot-maven-plugin + + cn.bugstack.xfg.dev.tech.Application + JAR + + + + + +