diff --git a/fys-modules/fys-customer/pom.xml b/fys-modules/fys-customer/pom.xml new file mode 100644 index 0000000..7788bf9 --- /dev/null +++ b/fys-modules/fys-customer/pom.xml @@ -0,0 +1,117 @@ + + + + + com.fuyuanshen + fys-modules + ${revision} + + + 4.0.0 + fys-customer + + + 富源晟客户管理 + + + + + + com.fuyuanshen + fys-common-core + + + + com.fuyuanshen + fys-common-doc + + + + com.fuyuanshen + fys-common-mybatis + + + + com.fuyuanshen + fys-common-translation + + + + + com.fuyuanshen + fys-common-oss + + + + com.fuyuanshen + fys-common-log + + + + + com.fuyuanshen + fys-common-excel + + + + + com.fuyuanshen + fys-common-sms + + + + com.fuyuanshen + fys-common-tenant + + + + com.fuyuanshen + fys-common-security + + + + com.fuyuanshen + fys-common-web + + + + com.fuyuanshen + fys-common-idempotent + + + + com.fuyuanshen + fys-common-sensitive + + + + com.fuyuanshen + fys-common-encrypt + + + + com.fuyuanshen + fys-common-websocket + + + + com.fuyuanshen + fys-common-sse + + + + com.alibaba + easyexcel + 3.3.1 + + + poi-ooxml-schemas + org.apache.poi + + + + + + + diff --git a/fys-modules/fys-customer/src/main/resources/application.properties b/fys-modules/fys-customer/src/main/resources/application.properties new file mode 100644 index 0000000..08e63d2 --- /dev/null +++ b/fys-modules/fys-customer/src/main/resources/application.properties @@ -0,0 +1 @@ +spring.application.name=fys-customer