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