摘要:
问题来自于配置服务端使用的编码格式为ISO-8859-1导致 这里处理后的结果 添加两个类CustomizedOriginTrackedPropertiesLoader和CustomizedPropertiesPropertySourceLoader package com.config; impo 阅读全文
摘要:
select to_char(sysdate,'yyyyMM') from dual; select to_char(to_date('202210','yyyyMM'),'yyyyMM') from dual; --计算月份差值返回整数 select months_between(to_date( 阅读全文