master
parent
7c85e7a3da
commit
572e9509d1
|
@ -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>
|
||||
|
|
|
@ -10,4 +10,5 @@ public class CarApply {
|
|||
public static void main(String[] args) {
|
||||
SpringApplication.run(CarApply.class);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue