🎨 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,11 @@
|
||||
# ?????(??)
|
||||
wx.open.appId = appId
|
||||
wx.open.secret = @secret
|
||||
wx.open.token = @token
|
||||
wx.open.aesKey = @aesKey
|
||||
# ????redis(??)
|
||||
# ???????(JedisPool, RedissonClient), ????wx.open.config-storage.redis.host, ????????redis????
|
||||
wx.open.config-storage.type = redis # ????: memory(??), redis(jedis), jedis, redisson, redistemplate
|
||||
wx.open.config-storage.key-prefix = wx # ??redis????: wx(??)
|
||||
wx.open.config-storage.redis.host = 127.0.0.1
|
||||
wx.open.config-storage.redis.port = 6379
|
||||
Reference in New Issue
Block a user