Lee

Results 8 comments of Lee

``` 2021-11-02 14:56:27.857 INFO 1 --- [ main] o.s.nativex.NativeListener : This application is bootstrapped with code generated with Spring AOT, 2021-11-02 14:56:27.867 INFO 1 --- [ main] o.s.nativex.NativeListener : This...

> 不支持反射吧。 我记得是需要配置文件指定下要反射类信息的 是的呢!自己一个个去找太麻烦了。

> [mybatis/mybatis-3#1552](https://github.com/mybatis/mybatis-3/issues/1552) 是 mybatis 不支持吧 这个也看过,好像是的,就是不知道怎么解决。mybatis 不能用,微服务项目就暂时没法用 spring-native了。有合适的解决方案吗?

> @Lee27149 我的解决办法是使用svm的targetClass, substitue,替代上面那段源码的getLog方法,亲测可行 解决了?

解决了吗?好像还是报错。

```py (base) root@autodl-container-2fe511b7ae-ac3733a5:~/autodl-tmp/langchain-ChatGLM# python webui.py Explicitly passing a `revision` is encouraged when loading a model with custom code to ensure no malicious code has been contributed in a newer revision....

> @sk142857 未能复现你的问题,这是代码片段, https://developers.weixin.qq.com/s/tRilMimj7ETg > > 你可以基于此或者新建可复现代码片段,并将链接提供给我们,我们会继续跟进 知道原因了,使用了`wxs`导致出的问题。好像`skyline`暂时不支持! ``` ```

> 还不了解怎么回事,你能详细描述下如何重现me? 就是使用spring boot AOT 模式部署到容器之后,会出现不确定的中文乱码问题。同一个对象,有的乱码,有的正常! 我验证过! 换成`2.0.48`没问题。