Compare commits

...

2 Commits

Author SHA1 Message Date
guoxubao 50a94499b7 Merge pull request '第二次提交' (#1) from a2 into master
Reviewed-on: #1
2024-01-03 18:35:13 +08:00
31353 0b61b5ed93 第二次提交 2024-01-03 18:33:51 +08:00
2 changed files with 21 additions and 0 deletions

20
bwie-test/pom.xml 100644
View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.bwie</groupId>
<artifactId>Guoxubao-yuekao</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>bwie-test</artifactId>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>

View File

@ -16,6 +16,7 @@
<module>bwie-mq</module>
<module>bwie-es</module>
<module>bwie-api</module>
<module>bwie-test</module>
</modules>
<!-- 规定SpringBoot版本 -->