| | |
| | | <version>2.7.18</version> |
| | | <relativePath/> |
| | | </parent> |
| | | <packaging>jar</packaging> |
| | | |
| | | <groupId>com.se</groupId> |
| | | <artifactId>simu</artifactId> |
| | |
| | | </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> |