|
@@ -11,7 +11,7 @@ public class EmptyApplication {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
SpringApplication.run(EmptyApplication.class, args);
|
|
|
- String serviceName = "AlipayMpRestService";
|
|
|
+ String serviceName = "com.ywt.AlipayMpRestService";
|
|
|
System.out.println("--- RegisterService: " + serviceName);
|
|
|
RestServerStarter.build(null).registry(serviceName, null, "支付宝小程序服务");
|
|
|
}
|