随笔分类 -  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 阅读全文
posted @ 2025-03-12 22:35 liDB 阅读(14) 评论(0) 推荐(0)
摘要:# application.properties# Server settings (ServerProperties)server.port=8081server.address=127.0.0.1#server.sessionTimeout=30server.contextPath=/demo 阅读全文
posted @ 2019-08-12 22:10 liDB 阅读(1007) 评论(0) 推荐(0)