|
@@ -1,20 +1,18 @@
|
|
|
package com.jiayue.pfr;
|
|
|
|
|
|
-//import com.ulisesbocchio.jasyptspringboot.annotation.EnableEncryptableProperties;
|
|
|
import org.mybatis.spring.annotation.MapperScan;
|
|
|
import org.springframework.boot.SpringApplication;
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * TODO
|
|
|
+ * 启动类
|
|
|
*
|
|
|
* @author xsl
|
|
|
* @version 3.0
|
|
|
*/
|
|
|
@SpringBootApplication
|
|
|
@MapperScan("com.jiayue.pfr.mapper")
|
|
|
-//@EnableEncryptableProperties
|
|
|
public class SsiApplication {
|
|
|
public static void main(String[] args) {
|
|
|
SpringApplication.run(SsiApplication.class, args);
|