摘要:
在springboot配置文件需要使用字符串类型的数值时候,有时候直接写一个0开头的数值,例如001。配置生效之后,打印配置参数时候发现不对,输出的是数值1。 而yml中配置的:000000,输出的是:0 public class ConstructYamlInt extends AbstractC 阅读全文
摘要:
java,服务器更换jdk版本后报错: Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 阅读全文
摘要:
例如: explain PLAN FOR select * from (select oti.* from mb_order_ticket_item oti where oti.ticket_id in ( select ot.id from mb_order_ticket ot where ot. 阅读全文