提交 ba9d6588 作者: 张小凤

payment(start)

上级 1c341664
......@@ -4,10 +4,10 @@ import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class PaymentApplication {
public class PayMentApplication {
public static void main(String[] args) {
SpringApplication.run(PaymentApplication.class, args);
SpringApplication.run(PayMentApplication.class, args);
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论