Skip to content

Commit

Permalink
[#80] Implement configuration class
Browse files Browse the repository at this point in the history
  • Loading branch information
palagdan committed Nov 25, 2024
1 parent 8a99072 commit 8aac65f
Show file tree
Hide file tree
Showing 2 changed files with 435 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.PropertySource;
import org.springframework.boot.context.properties.ConfigurationPropertiesScan;

@SpringBootApplication
@ConfigurationPropertiesScan
public class RecordManagerApplication {

public static void main(String[] args) {
Expand Down
Loading

0 comments on commit 8aac65f

Please sign in to comment.