Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhom1314 committed Jun 26, 2023
1 parent 574a0c7 commit 3ea6708
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.check-template-location=true
spring.thymeleaf.cache=true
spring.thymeleaf.suffix=.html
spring.thymeleaf.mode=HTML
spring.thymeleaf.mode=HTML
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.tuple.ImmutablePair;
import org.apache.commons.lang3.tuple.Pair;
import org.dromara.dynamictp.common.ApplicationContextHolder;
import org.dromara.dynamictp.common.spring.ApplicationContextHolder;
import org.dromara.dynamictp.core.notifier.AbstractDtpNotifier;

/**
* DtpYunZhiJiaNotifier related
*
* @author husky12138
* @since 1.0.0
* @since 1.1.4
**/
@Slf4j
public class DtpYunZhiJiaNotifier extends AbstractDtpNotifier {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* YunZhiJiaNotifier related
*
* @author husky12138
* @since 1.0.0
* @since 1.1.4
**/
@Slf4j
public class YunZhiJiaNotifier extends AbstractHttpNotifier {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* YunZhiJiaNotifyConst related
*
* @author husky12138
* @since 1.0.0
* @since 1.1.4
**/
public final class YunZhiJiaNotifyConst {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* NotifyYunZhiJiaAutoConfiguration related
*
* @author husky12138
* @since 1.0.8
* @since 1.1.4
**/
@Configuration
public class NotifyYunZhiJiaAutoConfiguration {
Expand Down

0 comments on commit 3ea6708

Please sign in to comment.