Skip to content

Commit

Permalink
feat:v1.2.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
AnswerAIL committed Aug 29, 2021
1 parent 04fd6de commit b4db2fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.answerail</groupId>
<artifactId>dinger-spring-boot-starter</artifactId>
<packaging>jar</packaging>
<version>1.2.0</version>
<version>1.2.1-beta</version>

<name>dinger-spring-boot-starter</name>
<description>Dinger-SpringBoot集成钉钉/企业微信群机器人实现消息通知中间件</description>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/spring-devtools.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
restart.include.jaemondinger=/dinger-spring-boot-starter-[\\w-\\.]+jar
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/spring.factories
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ com.github.jaemon.dinger.config.DingerHttpClientConfig,\
com.github.jaemon.dinger.config.DingerThreadPoolConfig

# Application Listeners
org.springframework.context.ApplicationListener=\
com.github.jaemon.dinger.listeners.ExitEventListener
#org.springframework.context.ApplicationListener=\
#com.github.jaemon.dinger.listeners.ExitEventListener

0 comments on commit b4db2fb

Please sign in to comment.