| | |
| | | |
| | | <properties> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | <maven.compiler.source>1.7</maven.compiler.source> |
| | | <maven.compiler.target>1.7</maven.compiler.target> |
| | | <maven.compiler.source>1.8</maven.compiler.source> |
| | | <maven.compiler.target>1.8</maven.compiler.target> |
| | | <hc.version>1.0-SNAPSHOT</hc.version> |
| | | </properties> |
| | | |
| | |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>service-scm</artifactId> |
| | | <version>${hc.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>java110-service</artifactId> |
| | | <groupId>com.java110</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-websocket</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.quartz-scheduler</groupId>--> |
| | | <!-- <artifactId>quartz</artifactId>--> |
| | | <!-- </dependency>--> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-thymeleaf</artifactId> |
| | | </dependency> |
| | | |
| | | |
| | | |
| | | |
| | | </dependencies> |
| | |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <configuration> |
| | | <mainClass>com.java110.api.ApiApplicationStart</mainClass> |
| | | <mainClass>com.java110.boot.BootApplicationStart</mainClass> |
| | | </configuration> |
| | | </plugin> |
| | | <plugin> |