mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-12-21 19:10:01 +08:00
🎨 solon-plugins 添加单元测试支持,可触发必要错误用于人工核对
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package features.test;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.noear.solon.test.SolonTest;
|
||||
|
||||
/**
|
||||
* @author noear 2024/9/4 created
|
||||
*/
|
||||
@SolonTest
|
||||
public class LoadTest {
|
||||
@Test
|
||||
public void load(){
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
# ?????
|
||||
## ?? 1 ??(??)
|
||||
wx.mp.apps.tenantId1.app-id=appId
|
||||
wx.mp.apps.tenantId1.app-secret=@secret
|
||||
## ??
|
||||
wx.mp.apps.tenantId1.token=@token
|
||||
wx.mp.apps.tenantId1.aes-key=@aesKey
|
||||
wx.mp.apps.tenantId1.use-stable-access-token=@useStableAccessToken
|
||||
## ?? 2 ??(??)
|
||||
wx.mp.apps.tenantId2.app-id=@appId
|
||||
wx.mp.apps.tenantId2.app-secret =@secret
|
||||
## ??
|
||||
wx.mp.apps.tenantId2.token=@token
|
||||
wx.mp.apps.tenantId2.aes-key=@aesKey
|
||||
wx.mp.apps.tenantId2.use-stable-access-token=@useStableAccessToken
|
||||
|
||||
# ConfigStorage ??????
|
||||
## ????: memory(??), jedis, redisson, redis_template
|
||||
wx.mp.config-storage.type=memory
|
||||
## ??redis????: wx:mp:multi(??)
|
||||
wx.mp.config-storage.key-prefix=wx:mp:multi
|
||||
wx.mp.config-storage.redis.host=127.0.0.1
|
||||
wx.mp.config-storage.redis.port=6379
|
||||
Reference in New Issue
Block a user