소스 검색

fix: ams 优化

cjwen 1 년 전
부모
커밋
230eab7b86
4개의 변경된 파일116개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 0
      pom.xml
  2. 9 1
      src/main/resources/application-dev.yml
  3. 9 1
      src/main/resources/application-test.yml
  4. 94 0
      src/main/resources/templates/email/ReportEmailTemplate.html

+ 4 - 0
pom.xml

@@ -95,6 +95,10 @@
             <groupId>com.ichaoj</groupId>
             <artifactId>super-whale-redisson-starter</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.ichaoj</groupId>
+            <artifactId>super-whale-email-starter</artifactId>
+        </dependency>
     </dependencies>
 
     <build>

+ 9 - 1
src/main/resources/application-dev.yml

@@ -14,4 +14,12 @@ super-whale:
   redisson:
     config:
       address: redis://redis.ichaoj.com:6379
-      password: OpRxb5xB1E8Ejh2v
+      password: OpRxb5xB1E8Ejh2v
+  email:
+    config:
+      email-configs:
+        - mail-key: 7b5ba883d3c2bf15819a1deec685cb34
+          username: notify@nextsign.cc
+          host: smtp.ym.163.com
+          password: 3kz4xev1VOOU1
+          path: templates/email

+ 9 - 1
src/main/resources/application-test.yml

@@ -14,4 +14,12 @@ super-whale:
   redisson:
     config:
       address: redis://redis.ichaoj.com:6379
-      password: OpRxb5xB1E8Ejh2v
+      password: OpRxb5xB1E8Ejh2v
+  email:
+    config:
+      email-configs:
+        - mail-key: 90703bb0ee2883f1a0c70bd28cf261cd
+          username: notify@nextsign.cc
+          host: smtp.ym.163.com
+          password: 3kz4xev1VOOU1
+          path: templates/email

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 94 - 0
src/main/resources/templates/email/ReportEmailTemplate.html


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.