Skip to content

Commit

Permalink
Fix: config update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChakshuGautam committed Jul 2, 2021
1 parent 69bd667 commit 34d9663
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/com/uci/dao/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.PropertySource;
import org.springframework.context.annotation.PropertySources;
import reactor.core.publisher.SignalType;

import java.time.LocalDate;
Expand All @@ -17,6 +19,9 @@
* @author chakshu
*/
@Slf4j
@PropertySources({
@PropertySource("classpath:dao-application.properties"),
})
@SpringBootApplication(scanBasePackages = "com.uci.dao")
public class Application implements CommandLineRunner {

Expand Down

0 comments on commit 34d9663

Please sign in to comment.