|
|
|
@@ -3,6 +3,7 @@ package com.iformall; |
|
|
|
import com.ulisesbocchio.jasyptspringboot.annotation.EnableEncryptableProperties; |
|
|
|
import org.springframework.boot.SpringApplication; |
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
|
import org.springframework.scheduling.annotation.EnableAsync; |
|
|
|
import springfox.documentation.swagger2.annotations.EnableSwagger2; |
|
|
|
import tk.mybatis.spring.annotation.MapperScan; |
|
|
|
|
|
|
|
@@ -14,6 +15,7 @@ import tk.mybatis.spring.annotation.MapperScan; |
|
|
|
@MapperScan(basePackages = {"com.iformall.mapper"}) |
|
|
|
@EnableSwagger2 |
|
|
|
@EnableEncryptableProperties |
|
|
|
@EnableAsync |
|
|
|
public class UserApplication { |
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
|