111
parent
3a5ffc2673
commit
754a2fd763
|
@ -12,7 +12,6 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
|
|
||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
public class TestApplication {
|
public class TestApplication {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(TestApplication.class);
|
SpringApplication.run(TestApplication.class);
|
||||||
System.out.println("正在启动....");
|
System.out.println("正在启动....");
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
server:
|
||||||
|
port: 9001
|
||||||
|
|
||||||
|
spring:
|
||||||
|
application:
|
||||||
|
name: jetty-server
|
Loading…
Reference in New Issue