随笔分类 - Spring Boot
Spring Boot 使用笔记
摘要:添加依赖 手动 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
阅读全文
摘要:# application.properties# Server settings (ServerProperties)server.port=8081server.address=127.0.0.1#server.sessionTimeout=30server.contextPath=/demo
阅读全文