|
@@ -2,6 +2,7 @@ package com.fdkk.bim;
|
|
|
|
|
|
import com.dtflys.forest.springboot.annotation.ForestScan;
|
|
import com.dtflys.forest.springboot.annotation.ForestScan;
|
|
import com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration;
|
|
import com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration;
|
|
|
|
+import com.ulisesbocchio.jasyptspringboot.annotation.EnableEncryptableProperties;
|
|
import org.mybatis.spring.annotation.MapperScan;
|
|
import org.mybatis.spring.annotation.MapperScan;
|
|
import org.springframework.boot.SpringApplication;
|
|
import org.springframework.boot.SpringApplication;
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
@@ -19,6 +20,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
|
|
@MapperScan({"com.fdkk.bim.mapper"})
|
|
@MapperScan({"com.fdkk.bim.mapper"})
|
|
@ComponentScan(basePackages = {"com.fdkankan.*","com.fdkk.bim.*"})
|
|
@ComponentScan(basePackages = {"com.fdkankan.*","com.fdkk.bim.*"})
|
|
@EnableScheduling
|
|
@EnableScheduling
|
|
|
|
+@EnableEncryptableProperties
|
|
public class BimApplication {
|
|
public class BimApplication {
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
SpringApplication.run(BimApplication.class, args);
|
|
SpringApplication.run(BimApplication.class, args);
|