master
liujiaxin 2023-11-22 09:19:58 +08:00
parent 7c85e7a3da
commit 572e9509d1
2 changed files with 3 additions and 2 deletions

View File

@ -9,9 +9,9 @@
<version>3.6.3</version>
</parent>
<groupId>com.bwie</groupId>
<groupId>com.february</groupId>
<artifactId>february-merchant-mybatis-plus</artifactId>
<version>3.6.3</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

View File

@ -10,4 +10,5 @@ public class CarApply {
public static void main(String[] args) {
SpringApplication.run(CarApply.class);
}
}