Spring Boot共2篇
Java的快速开发和微服务基座
SpringBoot中https的配置-浅海拾贝

SpringBoot中https的配置

配置 # https://help.aliyun.com/document_detail/365559.html # HTTPS协议默认端口号为443,需要使用其他端口时,您可以在此处自定义。 server.port=8002 # https://docs.oracle.com/en/java/j...
Spring-Boot新项目启动总是提示:Process-finished-with-exit-code-0-浅海拾贝

Spring-Boot新项目启动总是提示:Process-finished-with-exit-code-0

可能原因 1.端口冲突检查端口号 2.缺少 web 启动依赖 <!-- web --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starte...