爱因斯唐
爱因斯唐
change: use jquery not require and use async write the code . bug: when a path is use load module , will load many times , If the lazy module...
我测试了几个插件里的几个网址,发现都没有提示了?
hello 作者, 我们项目需要用到分布式锁,觉得你这个项目非常棒,但很多依赖库都非常旧了,我们是基于Spring-boot 2.1.8 开发的应用,各种不兼容,需要拉去代码升级里面的spring库重新编译才可以使用。请问现在还维护吗,我给你提一个PR然后重新发布一个高版本的包
**Is your feature request related to a problem? Please describe.** 该功能有点类似使用xxl-job时可以按照语义指定jobName(对应powerjob的processor) **Describe the solution you'd like** 新增一个诸如 `@Processor` 注解,可以添加name属性`@Processor(name="doSomethingYourWant")` 然后添加执行配置时可以选择填写 `doSomethingYourWant` 或者 `全类名` 对于 `@Processor.name` 唯一的要求就是项目唯一
**The context** What do you wish to achieve? use `reflection API` debug grpc-server **The bug** I checked `grpc.server.reflection-service-enabled`config is`true` also `@Bean @GrpcService protoReflectionService` from `net.devh.boot.grpc.server.autoconfigure.GrpcReflectionServiceAutoConfiguration` did worked. but `net.devh.boot.grpc.server.service.AnnotationGrpcServiceDiscoverer#findGrpcServices()` line:55...
请问在我的Test类里头,不同的Test类希望引入多不同的Mock,使用`@MockWith` 只支持引入一个,请问有什么方式,或者可否扩展一个类似`@MocksWith`的注解支持不同Test按需引入不同的Mock
修正CDN文件导致无法载入数据的问题
解决 #4 功能 在 toml 配置上新增 `nacos_username` 以及 `nacos_password` 两个参数(没有则不填) 另外升级了`nacos-client` 版本:1.1.4 -> 1.4.2
我们的nacos在测试和生产环境都会开启鉴权功能,但我看到这个项目里没有,可否增加进去?
just add "koa" to jwtRedisSession with `async` and `await` use like ``` var JWTRedisSession = require("jwt-redis-session"), Koa = require("koa"), redis = require("redis"); var redisClient = redis.createClient(), secret = generateSecretKeySomehow(), app...