SpringBoot中使用h5页面

需要添加的依赖


            org.springframework.boot
            spring-boot-starter-thymeleaf

热部署


            org.springframework.boot
            spring-boot-devtools
            true

Springboot修改端口号:

server:

  port:8086

 

你可能感兴趣的:(SpringBoot中使用h5页面)