mirror of
https://github.com/201206030/novel.git
synced 2025-04-27 07:30:50 +00:00
1.关闭百度推送接口和微博推送接口
2.修改启动图标
This commit is contained in:
parent
138d6a5fb1
commit
5708a6d746
@ -40,7 +40,7 @@ public class SendUrlSchedule {
|
||||
private Logger log = LoggerFactory.getLogger(SendUrlSchedule.class);
|
||||
|
||||
|
||||
@Scheduled(cron = "0 0 1 * * 1")
|
||||
//@Scheduled(cron = "0 0 1 * * 1")
|
||||
public void sendAllBookToBaidu() {
|
||||
System.out.println("sendAllBookToBaidu。。。。。。。。。。。。。。。");
|
||||
|
||||
|
@ -46,7 +46,7 @@ public class SendWeiboSchedule {
|
||||
private static final String BOOKNAME_CACHE_PREFIX = "bookName_Cache_Prefix:";
|
||||
|
||||
|
||||
@Scheduled(fixedRate = 1000 * 60 * 35)
|
||||
//@Scheduled(fixedRate = 1000 * 60 * 35)
|
||||
public void sendAtDay() {
|
||||
log.debug("sendWeoboSchedule执行中。。。。。。。。。。。。");
|
||||
if (!isExcuting) {
|
||||
|
6
src/main/resources/banner.txt
Normal file
6
src/main/resources/banner.txt
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
|| / | / /
|
||||
|| / | / / ___ // ___ ___ _ __
|
||||
|| / /||/ / //___) ) // // ) ) // ) ) // ) ) ) )
|
||||
||/ / | / // // // // / / // / / / /
|
||||
| / | / ((____ // ((____ ((___/ / // / / / / 小说精品屋欢迎您!!!
|
Loading…
x
Reference in New Issue
Block a user