apply new code formatter and save action
This commit is contained in:
@@ -18,14 +18,14 @@ import org.springframework.scheduling.annotation.EnableAsync;
|
||||
@ComponentScan("org.lucares.pdbui")
|
||||
public class MySpringConfiguration {
|
||||
|
||||
private static final Logger LOGGER = LoggerFactory.getLogger(MySpringConfiguration.class);
|
||||
private static final Logger LOGGER = LoggerFactory.getLogger(MySpringConfiguration.class);
|
||||
|
||||
@Bean
|
||||
PerformanceDb performanceDb(@Value("${db.base}") final String dbBaseDir) throws IOException {
|
||||
final Path dataDirectory = Paths.get(dbBaseDir);
|
||||
@Bean
|
||||
PerformanceDb performanceDb(@Value("${db.base}") final String dbBaseDir) throws IOException {
|
||||
final Path dataDirectory = Paths.get(dbBaseDir);
|
||||
|
||||
LOGGER.info("using database in {}", dataDirectory.toAbsolutePath());
|
||||
LOGGER.info("using database in {}", dataDirectory.toAbsolutePath());
|
||||
|
||||
return new PerformanceDb(dataDirectory);
|
||||
}
|
||||
return new PerformanceDb(dataDirectory);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user