Airclear

Results 10 comments of Airclear

@atian25 讨论可以嵌入一个多说这样的东西?

Aliyun Java Initializr 有开源出来吗?

@danielfernandez sorry for waste your time, I tried to build spring-boot application , but I can't recur the exception when I use spring-boot, so I cut my project to a...

if you use helm install, you need to set the dashboard's etcd config: ```yaml dashboard: enabled: true config: conf: etcd: # Supports defining multiple etcd host addresses for an etcd...

@fouber 你这个图用什么画的呀

mac 1.3.7 点击cluster无反应,下拉没有出现

@DRPrincess @Mrfuture1 @idelin @91wangmeng 我参照这个插件写了个阿里云OSS的uploader,see https://github.com/airclear/oss-uploader

案例 2 ```java public class AviatorExtractUtil { private static final Logger LOG = LoggerFactory.getLogger(AviatorExtractUtil.class); static { // 注册 parseJson 函数 AviatorEvaluator.addFunction(new ParseJsonFunction()); //AviatorEvaluator.getInstance().setCachedExpressionByDefault(true); } /** * Aviator 自定义函数:parseJson(str) -> JSONObject...