billion-admin/pom.xml
@@ -43,6 +43,12 @@ <artifactId>mysql-connector-java</artifactId> </dependency> <!--sqlserver数据库配置--> <dependency> <groupId>com.microsoft.sqlserver</groupId> <artifactId>mssql-jdbc</artifactId> </dependency> <!-- 核心模块--> <dependency> <groupId>com.billion</groupId> @@ -65,6 +71,10 @@ <groupId>com.billion</groupId> <artifactId>billion-main</artifactId> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> </dependencies>