zyp 2 tuần trước cách đây
mục cha
commit
cd8278cf22

+ 2 - 7
fs-admin/src/main/resources/application.yml

@@ -5,10 +5,5 @@ server:
 spring:
 spring:
   profiles:
   profiles:
     active: dev
     active: dev
-    include: common,config-dev
-#    active: druid-hcl
-#    include: common,config-druid-hcl
-#    active: druid-hdt
-#    include: common,config-druid-hdt
-#    active: druid-sxjz
-#    include: common,config-druid-sxjz
+    include: common,config-myhk
+

+ 0 - 6
fs-company/web/WEB-INF/web.xml

@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
-         version="4.0">
-</web-app>

+ 4 - 0
fs-service/src/main/java/com/fs/course/domain/FsCourseDomainName.java

@@ -22,6 +22,10 @@ public class FsCourseDomainName extends BaseEntity
     @Excel(name = "域名")
     @Excel(name = "域名")
     private String domainName;
     private String domainName;
 
 
+    private Long companyId;
+
+    private Long companyUserId;
+
     /** 状态 0 停用  1正常 */
     /** 状态 0 停用  1正常 */
     @Excel(name = "状态 0 停用  1正常")
     @Excel(name = "状态 0 停用  1正常")
     private Long status;
     private Long status;

+ 2 - 0
fs-service/src/main/resources/application-config-druid-myhk.yml → fs-service/src/main/resources/application-config-myhk.yml

@@ -1,3 +1,5 @@
+baidu:
+  token: 1231321232
 #配置
 #配置
 logging:
 logging:
   level:
   level:

+ 2 - 2
fs-service/src/main/resources/application-dev.yml

@@ -1,7 +1,7 @@
 # 数据源配置
 # 数据源配置
 spring:
 spring:
-    profiles:
-        include: config-dev,common
+#    profiles:
+#        include: config-dev,common
     # redis 配置
     # redis 配置
     redis:
     redis:
         # 地址
         # 地址