background picture of the home page

Hi,Friend

logback配置

<?xml version="1.0" encoding="UTF-8" ?> <configuration scan="true" scanPeriod="10 minutes"> <property name="LOG_PATH" value="logs"/> <proper

thumbnail of the cover of the post

高清图片API

1. 如诗 所有api都可以加json 参数获取json格式数据,示例:https://api.likepoems.com/img/pc/?json 备案博客慎用第一个api,容易被封 api: 二次元pc壁纸 :https://api.likepoems.com/img/pc/ 二次元手

thumbnail of the cover of the post

SpringBoot接口返回结果封装

1.创建Api返回码接口 /** * Api返回码接口 */ public interface ICode { Integer getCode(); String getMessage(); } 2.实现ICode接口 /** * API返回码封装类 */ @A

thumbnail of the cover of the post