|
|
|
@@ -1,18 +1,15 @@ |
|
|
|
package com.iformall; |
|
|
|
|
|
|
|
import com.iformall.domain.po.msg.FmInsideCouponVerifyMsg; |
|
|
|
import com.iformall.enums.EnumMsgRecordType; |
|
|
|
import com.iformall.service.msg.impl.FmInsideCouponVerifyMsgServiceImpl; |
|
|
|
import com.ulisesbocchio.jasyptspringboot.annotation.EnableEncryptableProperties; |
|
|
|
import org.mybatis.spring.annotation.MapperScan; |
|
|
|
import org.rocketmq.starter.annotation.EnableRocketMQ; |
|
|
|
import org.springframework.beans.BeansException; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.beans.factory.annotation.Value; |
|
|
|
import org.springframework.boot.SpringApplication; |
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
|
import org.springframework.context.ConfigurableApplicationContext; |
|
|
|
import org.springframework.context.annotation.Bean; |
|
|
|
import org.springframework.context.annotation.EnableAspectJAutoProxy; |
|
|
|
|
|
|
|
import springfox.documentation.swagger2.annotations.EnableSwagger2; |
|
|
|
|
|
|
|
/** |
|
|
|
@@ -24,6 +21,7 @@ import springfox.documentation.swagger2.annotations.EnableSwagger2; |
|
|
|
@EnableSwagger2 |
|
|
|
@EnableRocketMQ |
|
|
|
@EnableEncryptableProperties |
|
|
|
@EnableAspectJAutoProxy(exposeProxy = true) |
|
|
|
public class ConsumerApplication { |
|
|
|
|
|
|
|
@Value("${fm.exception}") |
|
|
|
|