Skip to content

Latest commit

 

History

History
 
 

spring-boot-2.x-start

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

快速搭建我们的SpringBoot 2.0

这个分支并没有多少代码,基本都是SpringBoot框架的代码。我这里仅仅是创建了一个html文件,用于SpringBoot 项目启动后的测试使用。关于快速创建我们的SpringBoot项目请参考wiki 快速搭建我们的SpringBoot 2.0

快速搭建主要涉及2个配置在/src/main/resources/ 目录下的application.properties中:

server.port=8080
server.servlet.context-path=/sbe

server.port 配置我们项目访问的端口号,server.servlet.context-path 配置访问的项目名称