File tree Expand file tree Collapse file tree
src/main/java/com/embabel/template Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.boot</groupId >
88 <artifactId >spring-boot-starter-parent</artifactId >
9- <version >3.4.3 </version >
9+ <version >3.5.0 </version >
1010 <relativePath /> <!-- Lookup parent from repository -->
1111 </parent >
1212 <groupId >com.embabel.template</groupId >
Original file line number Diff line number Diff line change 1717
1818import org .springframework .boot .SpringApplication ;
1919import org .springframework .boot .autoconfigure .SpringBootApplication ;
20- import org .springframework .boot .context .properties .ConfigurationPropertiesScan ;
2120
2221@ SpringBootApplication
23- @ ConfigurationPropertiesScan ("com.embabel.template" )
2422class ProjectNameApplication {
2523 public static void main (String [] args ) {
2624 SpringApplication .run (ProjectNameApplication .class , args );
You can’t perform that action at this time.
0 commit comments