上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 204 下一页
摘要: <?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" xsi:sc 阅读全文
posted @ 2022-05-15 17:51 小白龙白龙马 阅读(35) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-15 14:40 小白龙白龙马 阅读(57) 评论(0) 推荐(0)
摘要: package com.test.controller; import com.test.controller.model.StudentProperties; import org.springframework.beans.factory.annotation.Autowired; import 阅读全文
posted @ 2022-05-15 13:17 小白龙白龙马 阅读(73) 评论(0) 推荐(0)
摘要: package com.test.controller.model; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.stereotype.C 阅读全文
posted @ 2022-05-14 18:13 小白龙白龙马 阅读(80) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-14 17:38 小白龙白龙马 阅读(52) 评论(0) 推荐(0)
摘要: import org.springframework.beans.factory.annotation.Autowired;import org.springframework.core.env.Environment; 阅读全文
posted @ 2022-05-14 17:17 小白龙白龙马 阅读(248) 评论(0) 推荐(0)
摘要: 一、server.servlet.context-path配置的作用 定义: server.servlet.context-path= # Context path of the application. 应用的上下文路径,也可以称为项目路径,是构成url地址的一部分。 server.servlet 阅读全文
posted @ 2022-05-14 16:34 小白龙白龙马 阅读(2794) 评论(0) 推荐(0)
摘要: http://localhost:8080/12 http://localhost:8888/12 阅读全文
posted @ 2022-05-14 15:47 小白龙白龙马 阅读(261) 评论(0) 推荐(0)
摘要: 关闭banner: application.properties文件配置如下: spring.main.banner-mode = off 阅读全文
posted @ 2022-05-14 15:26 小白龙白龙马 阅读(57) 评论(0) 推荐(0)
摘要: package com.test; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.s 阅读全文
posted @ 2022-05-14 14:48 小白龙白龙马 阅读(231) 评论(0) 推荐(0)
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 204 下一页