08 2019 档案
摘要:vue单页面刷新 只需修改nginx配置文件 server { listen 80; listen [::]:80; server_name wxx.kingsuper.net; access_log off; index index.html index.htm index.jsp; root /
阅读全文
摘要:使用了多个定时任务,会出现执行多次的情况 在springboot已经集成了quartz框架 只需在配置文件中加上 该配置就ok了 #解决定时任务执行多次的问题org.quartz.jobStore.acquireTriggersWithinLock=true
阅读全文