中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

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
新兴县| 平阳县| 嘉禾县| 东城区| 长宁县| 乃东县| 凤山县| 临武县| 汨罗市| 麻城市| 莆田市| 井冈山市| 刚察县| 佳木斯市| 土默特左旗| 水城县| 喀喇沁旗| 京山县| 安丘市| 潍坊市| 图片| 萍乡市| 奎屯市| 吴江市| 潮州市| 裕民县| 黎城县| 长沙县| 全州县| 丰台区| 平乡县| 建宁县| 洪江市| 界首市| 龙山县| 天长市| 永吉县| 河曲县| 霍城县| 神木县| 夏津县|