初始化
parent
6b344d8324
commit
8d75abe7d4
|
@ -4,10 +4,7 @@ target/
|
|||
!**/src/test/**/target/
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea/modules.xml
|
||||
.idea/jarRepositories.xml
|
||||
.idea/compiler.xml
|
||||
.idea/libraries/
|
||||
.idea
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
|
|
|
@ -6,7 +6,7 @@ import org.springframework.amqp.core.AmqpAdmin;
|
|||
import org.springframework.amqp.core.AmqpTemplate;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
import javax.annotation.PostConstruct;
|
||||
import jakarta.annotation.PostConstruct;
|
||||
|
||||
/**
|
||||
* @Author: wangxinyuan
|
||||
|
|
Loading…
Reference in New Issue