File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/main/java/io/spring/concourse/releasescripts Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.2.0 .RELEASE</version >
8
+ <version >2.2.4 .RELEASE</version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >io.spring.concourse.releasescripts</groupId >
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2012-2019 the original author or authors.
2
+ * Copyright 2012-2020 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
18
18
19
19
import org .springframework .boot .SpringApplication ;
20
20
import org .springframework .boot .autoconfigure .SpringBootApplication ;
21
+ import org .springframework .boot .context .properties .ConfigurationPropertiesScan ;
21
22
22
23
@ SpringBootApplication
24
+ @ ConfigurationPropertiesScan
23
25
public class Application {
24
26
25
27
public static void main (String [] args ) {
You can’t perform that action at this time.
0 commit comments