Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 78d6bce

Browse files
committed
Updated spring-boot version to 1.1.6.BUILD-SNAPSHOT.
1 parent 2e659e3 commit 78d6bce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ repositories {
2424

2525
dependencies {
2626

27-
compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC3")
28-
compile("org.springframework.boot:spring-boot-starter-actuator:1.0.0.RC3")
27+
compile("org.springframework.boot:spring-boot-starter-web:1.1.6.BUILD-SNAPSHOT")
28+
compile("org.springframework.boot:spring-boot-starter-actuator:1.1.6.BUILD-SNAPSHOT")
2929

3030
compile("org.springframework:spring-jdbc:4.0.0.RELEASE")
3131

src/main/java/at/ebssoftware/ebs/timesheet/configuration/TomcatPoolDataSourceProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import org.springframework.boot.context.properties.ConfigurationProperties;
44

5-
@ConfigurationProperties(name = "tomcat.datasource", ignoreUnknownFields = false)
5+
@ConfigurationProperties(prefix = "tomcat.datasource", ignoreUnknownFields = false)
66
public class TomcatPoolDataSourceProperties {
77

88
private String driverClassName;

0 commit comments

Comments
 (0)