Commit 8be3fa26385fb3ad8119e03c921df053b74212a6
1 parent
f26d0956
update
Showing
2 changed files
with
3 additions
and
3 deletions
pom.xml
| @@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
| 5 | <groupId>com.bsth</groupId> | 5 | <groupId>com.bsth</groupId> |
| 6 | <artifactId>bsth_control</artifactId> | 6 | <artifactId>bsth_control</artifactId> |
| 7 | <version>0.0.1-SNAPSHOT</version> | 7 | <version>0.0.1-SNAPSHOT</version> |
| 8 | - <packaging>war</packaging> | 8 | + <packaging>jar</packaging> |
| 9 | 9 | ||
| 10 | <parent> | 10 | <parent> |
| 11 | <groupId>org.springframework.boot</groupId> | 11 | <groupId>org.springframework.boot</groupId> |
| @@ -22,7 +22,7 @@ | @@ -22,7 +22,7 @@ | ||
| 22 | <dependency> | 22 | <dependency> |
| 23 | <groupId>org.springframework.boot</groupId> | 23 | <groupId>org.springframework.boot</groupId> |
| 24 | <artifactId>spring-boot-starter-tomcat</artifactId> | 24 | <artifactId>spring-boot-starter-tomcat</artifactId> |
| 25 | - <scope>provided</scope> | 25 | + <!--<scope>provided</scope>--> |
| 26 | </dependency> | 26 | </dependency> |
| 27 | 27 | ||
| 28 | <dependency> | 28 | <dependency> |
| @@ -246,4 +246,4 @@ | @@ -246,4 +246,4 @@ | ||
| 246 | <properties> | 246 | <properties> |
| 247 | <start-class>com.bsth.Application</start-class> | 247 | <start-class>com.bsth.Application</start-class> |
| 248 | </properties> | 248 | </properties> |
| 249 | -</project> | 249 | +</project> |
src/main/resources/datatools/config.properties renamed to src/main/resources/datatools/config-dev.properties