摘要: PS,访问资源,引入如下: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> 自定义注解: pac 阅读全文
posted @ 2023-01-21 23:44 小白龙白龙马 阅读(62) 评论(0) 推荐(0)
摘要: 自定义一个类: MyException package org.example.Exception; public class MyException extends Exception { private static final long serialVersionUID = 1L; publi 阅读全文
posted @ 2023-01-21 23:31 小白龙白龙马 阅读(57) 评论(0) 推荐(0)