| | |
| | | </dependencies> |
| | | |
| | | <build> |
| | | <finalName>lywms</finalName> |
| | | <finalName>gzynwms</finalName> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.codehaus.mojo</groupId> |
| | | <artifactId>exec-maven-plugin</artifactId> |
| | | <version>1.6.0</version> |
| | | <executions> |
| | | <execution> |
| | | <goals> |
| | | <goal>java</goal> |
| | | </goals> |
| | | </execution> |
| | | </executions> |
| | | <configuration> |
| | | <classpathScope>test</classpathScope> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | |
| | |
| | | server: |
| | | port: 8088 |
| | | port: 8080 |
| | | servlet: |
| | | context-path: /@pom.build.finalName@ |
| | | |
| | |
| | | enabled: false |
| | | datasource: |
| | | driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | url: jdbc:sqlserver://localhost:1433;databasename=hylyasrs |
| | | url: jdbc:sqlserver://192.168.4.15:1433;databasename=gzynasrs |
| | | username: sa |
| | | password: sa@123 |
| | | mvc: |