dromara/issues-translate-action

中文测试

tomsun28 opened this issue · 1 comments

这是一个完整的测试!

你好,有计划支持的,我晚上写了一个支持spring webflux demo,(之前没怎么用过spring webflux,狗头)不介意可以参考下 https://github.com/tomsun28/sureness/tree/master/samples/spring-webflux-sureness
由于webflux http一般是netty而不是servlet api,所以没有适配的话无法集成,我在demo里适配了针对 webflux 的 httpRequest的creator,即 BasicSubjectReactiveCreator JwtSubjectReactiveCreator NoneSubjectReactiveCreator

暂时只有先参考demo集成了 之后这个support会合入到 sureness-core 主线

demo目前用的是文本配置作为数据源,数据库作为数据源的话可以参考 https://github.com/tomsun28/sureness/tree/master/sample-tom

有问题随时@tomsun28

@tomsun28
Bot detected the comment body's language is not English, translate it automatically. For the convenience of others, please use English next time👯.


This is a complete test!

Hello, there are plans to support it. I wrote a spring webflux demo tonight. (I haven’t used spring webflux much before, dog head). Don’t mind if you can refer to https://github.com/tomsun28/sureness/tree/master/ samples/spring-webflux-sureness
Since webflux http is generally netty instead of servlet api, it cannot be integrated without adaptation. I adapted the creator of httpRequest for webflux in the demo, namely BasicSubjectReactiveCreator JwtSubjectReactiveCreator NoneSubjectReactiveCreator

For the time being, only refer to the demo integration first, and then this support will merge into the sureness-core main line

The demo currently uses the text configuration as the data source. If the database is the data source, please refer to https://github.com/tomsun28/sureness/tree/master/sample-tom

Any questions @tomsun28