File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/at/ebssoftware/ebs/timesheet/configuration Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ repositories {
24
24
25
25
dependencies {
26
26
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 " )
29
29
30
30
compile(" org.springframework:spring-jdbc:4.0.0.RELEASE" )
31
31
Original file line number Diff line number Diff line change 2
2
3
3
import org .springframework .boot .context .properties .ConfigurationProperties ;
4
4
5
- @ ConfigurationProperties (name = "tomcat.datasource" , ignoreUnknownFields = false )
5
+ @ ConfigurationProperties (prefix = "tomcat.datasource" , ignoreUnknownFields = false )
6
6
public class TomcatPoolDataSourceProperties {
7
7
8
8
private String driverClassName ;
You can’t perform that action at this time.
0 commit comments