File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/com/business/manager/service Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 <plugin >
4343 <artifactId >spring-boot-maven-plugin</artifactId >
4444 <configuration >
45- <mainClass >com.business.manager.service.ManagementServiceApplication </mainClass >
45+ <mainClass >com.business.manager.service.ServiceApplication </mainClass >
4646 </configuration >
4747 <executions >
4848 <execution >
Original file line number Diff line number Diff line change 1313@ SpringBootApplication (scanBasePackages = "com.business.manager.*" )
1414@ ComponentScan (basePackages = {"com.business.manager.*" })
1515@ EntityScan (basePackages = {"com.business.manager.*" })
16- @ EnableJpaRepositories (basePackages = {"com.business.manager.*" })
16+ @ EnableJpaRepositories (basePackages = {"com.business.manager.repository. *" })
1717@ EnableConfigurationProperties (AppProperties .class )
18- public class ManagementServiceApplication {
18+ public class ServiceApplication {
1919
2020 public static void main (String [] args ) {
2121 try {
22- SpringApplication .run (ManagementServiceApplication .class , args );
22+ SpringApplication .run (ServiceApplication .class , args );
2323 } catch (Exception e ) {
2424 e .printStackTrace ();
2525 log .error ("Exception while launching the instance" , e );
You can’t perform that action at this time.
0 commit comments