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