郭超 3 gadi atpakaļ
vecāks
revīzija
f84b1fbf60

+ 5 - 5
mooctest-user-server/pom.xml

@@ -234,11 +234,11 @@
             <artifactId>requests</artifactId>
             <version>4.7.3</version>
         </dependency>
-        <dependency>
-            <groupId>cn.iselab</groupId>
-            <artifactId>ronglian-sms</artifactId>
-            <version>1.0.0</version>
-        </dependency>
+<!--        <dependency>-->
+<!--            <groupId>cn.iselab</groupId>-->
+<!--            <artifactId>ronglian-sms</artifactId>-->
+<!--            <version>1.0.0</version>-->
+<!--        </dependency>-->
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>

+ 0 - 50
mooctest-user-server/src/main/resources/application.yaml

@@ -182,54 +182,4 @@ website:
 
 wecaht:
   appSecret: f84db4dc62377926624093b49ac3be1f
-  appId: wx60f06d61f21804be
-
-
----
-spring:
-  profiles: test-casse
-  cache:
-    guava:
-      spec:
-        expireAfterWrite: 30s
-  datasource:
-    driver-class-name: com.mysql.jdbc.Driver
-    testWhileIdle: true
-    validationQuery: SELECT 1
-    url: jdbc:mysql://106.14.81.62:3308/mooctest_user?useSSL=false&useUnicode=yes&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
-    username: root
-    password: Customs2019
-  hibernate:
-    ddl-auto: validate
-    naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
-    properties.hibernate.dialect: org.hibernate.dialect.MySQL5Dialect
-  jpa:
-    show-sql: true
-
-  redis:
-    host: 106.14.81.62
-    password: Customs2019
-    pool:
-      max-active: 8
-      max-idle: 8
-      max-wait: -1
-      min-idle: 0
-    port: 6378
-
-  thymeleaf:
-    cache: false
-    content-type: text/html
-    encoding: UTF-8
-    mode: LEGACYHTML5
-    prefix: classpath:/templates/
-    suffix: .html
-
-redirect:
-  url: http://crowd.dev.mooctest.net/
-
-website:
-  domainName: mooctest.net
-
-wecaht:
-  appSecret: f84db4dc62377926624093b49ac3be1f
   appId: wx60f06d61f21804be

+ 7 - 0
pom.xml

@@ -4,6 +4,13 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
+    <repositories>
+        <repository>
+            <id>central</id>
+            <url>http://118.178.131.206:8081/nexus/content/groups/public</url>
+        </repository>
+    </repositories>
+
     <groupId>cn.iselab.mooctest</groupId>
     <artifactId>mooctest-user</artifactId>
     <packaging>pom</packaging>