| | |
| | | <version>2.7.18</version> |
| | | <relativePath/> |
| | | </parent> |
| | | <packaging>jar</packaging> |
| | | |
| | | <groupId>com.se</groupId> |
| | | <artifactId>simu</artifactId> |
| | |
| | | <artifactId>fast-md5</artifactId> |
| | | <version>2.7.1</version> |
| | | </dependency> |
| | | <!--fastjson2--> |
| | | <dependency> |
| | | <groupId>com.alibaba.fastjson2</groupId> |
| | | <artifactId>fastjson2</artifactId> |
| | | <version>2.0.52</version> |
| | | </dependency> |
| | | <!--gdal--> |
| | | <dependency> |
| | | <groupId>org.gdal</groupId> |
| | |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <profiles> |
| | | <profile> |
| | | <id>dev</id> |
| | | <properties> |
| | | <activatedProperties>dev</activatedProperties> |
| | | </properties> |
| | | <activation> |
| | | <activeByDefault>true</activeByDefault> |
| | | </activation> |
| | | </profile> |
| | | <profile> |
| | | <id>prod</id> |
| | | <properties> |
| | | <activatedProperties>prod</activatedProperties> |
| | | </properties> |
| | | </profile> |
| | | </profiles> |
| | | |
| | | <build> |
| | | <finalName>simu</finalName> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <configuration> |
| | | <mainClass>com.se.simu.SimuApplication</mainClass> |
| | | <excludes> |
| | | <exclude> |
| | | <groupId>org.projectlombok</groupId> |