|
|
|
@@ -7,6 +7,7 @@ import org.springframework.beans.factory.annotation.Value; |
|
|
|
import org.springframework.boot.SpringApplication; |
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
|
import org.springframework.context.annotation.Bean; |
|
|
|
import org.springframework.context.annotation.EnableAspectJAutoProxy; |
|
|
|
|
|
|
|
/** |
|
|
|
* @author chenkx |
|
|
|
@@ -16,6 +17,7 @@ import org.springframework.context.annotation.Bean; |
|
|
|
@MapperScan(basePackages = {"com.iformall.mapper"}) |
|
|
|
@EnableEncryptableProperties |
|
|
|
@EnableRocketMQ |
|
|
|
@EnableAspectJAutoProxy(exposeProxy = true) |
|
|
|
public class BApplication { |
|
|
|
|
|
|
|
@Value("${fm.exception}") |
|
|
|
|