| | |
| | | @Autowired |
| | | private IContractService contractService; |
| | | |
| | | // @Scheduled(initialDelay = 6000, fixedRate = 1800000) |
| | | @Scheduled(initialDelay = 6000, fixedRate = 1800000) |
| | | public void sendTimedEmail() { |
| | | |
| | | QueryWrapper<SemanticWord> semanticWordQueryWrapper = new QueryWrapper<>(); |
| | |
| | | application: |
| | | name: jeecg-system |
| | | profiles: |
| | | active: 'test' |
| | | active: 'dev' |
| | | |
| | | robinsql: |
| | | url: jdbc:mysql://114.215.124.206:3306/geo?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai |