This commit is contained in:
雷欧(林平凡)
2025-01-22 09:44:31 +08:00
parent f549846e1e
commit 351c37ee2f
3 changed files with 3 additions and 40 deletions

View File

@@ -10,12 +10,12 @@ spring:
#数据源配置
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://134.175.126.60:33306/flarum_tsayij?characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:mysql://134.175.126.60:33306/wxts?characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8
username: root
password: LK.807878712
#redis配置
redis:
host: 134.175.126.60
host:
port: 36379
database: 7
timeout: 1800000
@@ -26,7 +26,7 @@ spring:
max-wait: -1
max-idle: 5
min-idle: 0
password: LK.807878712 # 文件上传
password: redis_6PZ52S # 文件上传
servlet:
multipart:
# 单个文件大小

View File

@@ -1,24 +0,0 @@
package cn.van333.wxsend;
import cn.van333.wxsend.business.service.PCService;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
/**
* @author Leo
* @version 1.0
* @create 2024/4/29 下午5:06
* @description
*/
@SpringBootTest
public class Test001 {
@Autowired
PCService pcService;
@Test
public void test001() throws InterruptedException {
System.out.println("test001");
pcService.getData();
}
}

View File

@@ -1,13 +0,0 @@
package cn.van333.wxsend;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class WxSendApplicationTests {
@Test
void contextLoads() {
}
}