91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

springboot怎么指定端口啟動

小億
195
2024-06-06 14:24:17
欄目: 編程語言

在Spring Boot中,可以通過在application.properties文件中設置server.port屬性來指定端口啟動。示例如下:

server.port=8080

也可以在啟動類中使用@Value注解來指定端口,示例如下:

import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
import org.springframework.context.annotation.ComponentScan;

@SpringBootApplication
@ComponentScan
public class Application extends SpringBootServletInitializer {

    @Value("${server.port}")
    private int port;

    public static void main(String[] args) {
        SpringApplication.run(Application.class, args);
    }

}

以上兩種方式都可以用來指定Spring Boot應用的端口啟動。

0
密云县| 盐边县| 瑞安市| 南华县| 察哈| 五指山市| 聂拉木县| 连云港市| 赤峰市| 龙陵县| 宁都县| 思茅市| 临泉县| 涪陵区| 游戏| 鄂尔多斯市| 泸水县| 马边| 桐庐县| 阳江市| 全州县| 城口县| 丹寨县| 南华县| 普兰县| 云梦县| 乐平市| 顺昌县| 霍邱县| 霍林郭勒市| 大化| 聂荣县| 漳州市| 安国市| 浪卡子县| 潼关县| 潍坊市| 鄂托克旗| 罗江县| 阜南县| 东方市|