2020年11月3日

在springboot访问日志

摘要: 1.废话不多说,直接上工程结构。 2.启动类随便加一个方法。 @GetMapping("/hello") public String hello() { return "hello"; } 3.主要是yml文件的配置参数。 server: tomcat: basedir: my-tomcat acc 阅读全文

posted @ 2020-11-03 17:54 西门的小跟班 阅读(443) 评论(0) 推荐(0) 编辑

在springboot中访问jsp页面

摘要: 1.上传工程结构 2.pom文件所引jar包。 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="h 阅读全文

posted @ 2020-11-03 16:56 西门的小跟班 阅读(532) 评论(0) 推荐(0) 编辑

导航