rename pay to payment module
This commit is contained in:
@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.GetMapping;
|
||||
@EnableCustomSwagger2
|
||||
@EnableRyFeignClients
|
||||
@SpringBootApplication
|
||||
public class WfcPayApplication
|
||||
public class WfcPaymentApplication
|
||||
{
|
||||
// @Autowired
|
||||
// private LocaleMessageUtil localeMessageUtil;
|
||||
@@ -29,7 +29,7 @@ public class WfcPayApplication
|
||||
|
||||
public static void main(String[] args)
|
||||
{
|
||||
SpringApplication.run(WfcPayApplication.class, args);
|
||||
SpringApplication.run(WfcPaymentApplication.class, args);
|
||||
System.out.println("(♥◠‿◠)ノ゙ Payment module startup ლ(´ڡ`ლ)゙ \n");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user