feat: create manage-gateway module structure
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
|
||||
<modules>
|
||||
<module>manage-sys</module>
|
||||
<module>manage-gateway</module>
|
||||
</modules>
|
||||
|
||||
<dependencyManagement>
|
||||
@@ -126,6 +127,11 @@
|
||||
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
|
||||
<version>2.8.13</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.micrometer</groupId>
|
||||
<artifactId>micrometer-registry-prometheus</artifactId>
|
||||
<version>1.13.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jacoco</groupId>
|
||||
<artifactId>jacoco-maven-plugin</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user