This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clean package -Dmaven.test.skip=true -Denv=proc | |
[WARNING] No portable config file is provided, skipping running. | |
pom.xml | |
-------------------------------------------------------------------------------------------- | |
<profiles> | |
<profile> | |
<id>proc</id> | |
<activation> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.springframework.data.redis.connection.Message; | |
import org.springframework.data.redis.connection.MessageListener; | |
import org.springframework.stereotype.Component; | |
import lombok.extern.slf4j.Slf4j; | |
/** | |
* Session过期监听 | |
* @author Frank Zeng | |
* |