Browse Source

测试提交

prod
root 9 months ago
parent
commit
0424b5efa0
  1. 1
      src/main/java/cn/wolfcode/SpringBootDockerServer.java

1
src/main/java/cn/wolfcode/SpringBootDockerServer.java

@ -3,6 +3,7 @@ package cn.wolfcode;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;
//生产分支
@SpringBootApplication @SpringBootApplication
public class SpringBootDockerServer { public class SpringBootDockerServer {

Loading…
Cancel
Save