徐晓伟

Results 37 comments of 徐晓伟
trafficstars

@mrz1836 Please wait for the official to fix this issue. I have just started learning the go language, but I cannot solve this problem at the moment. You can use...

> Has this been updated? It's been several months now @xuxiaowei-com-cn... I haven't written Golang recently

The https://github.com/spring-attic/spring-native used in the project has been archived, and Spring Boot 3 already natively supports native without https://github.com/spring-attic/spring-native

question: ``` Caused by: java.lang.NullPointerException at org.apache.ibatis.logging.LogFactory.getLog(LogFactory.java:52) ... 13 more ``` answer: reflect-config.json ```json [ { "name": "org.apache.ibatis.logging.slf4j.Slf4jImpl", "allDeclaredConstructors": true, "allDeclaredMethods": true }, { "name": "org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl", "allDeclaredConstructors": true, "allDeclaredMethods": true...

https://github.com/spring-attic/spring-native ![20240806-17-26-23-DESKTOP-8E6LUNV-5563-chrome-vh70FJavNT](https://github.com/user-attachments/assets/5882d246-c267-4975-81eb-9200d527edff)

Completed debugging of MyBatis functionality for Spring Boot 3. Please refer to the submission record of the [mybatis/native-image](https://github.com/xuxiaowei-com-cn/spring-cloud-graalvm/commits/mybatis/native-image/) branch for details. https://github.com/xuxiaowei-com-cn/spring-cloud-graalvm

[:sparkles: Support MyBatis for Spring Boot 3 Native](https://github.com/mybatis/spring-boot-starter/issues/994)

https://spring.io/blog/2022/11/10/spring-boot-3-0-0-rc2-available-now 补充,Spring Boot 3.0.0 第二个预发布版已发布,博客中提到了正式版将于2022年11月24日

Spring Boot 3.0.0 已发布 https://spring.io/blog/2022/11/24/spring-boot-3-0-goes-ga

> > 服务无法注册,其内容就无法继续。所以目前只是遇到服务注册不成功的问题。 > > 我把Nacos的日志打开了踪迹,把服务启动后的日志贴在下面,希望能有所帮助。和Nacos无关的日志请忽略,贴上只是为了完整的显示启动的过。 > > ``` > "C:\Program Files\BellSoft\LibericaJDK-17\bin\java.exe" -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:6831,suspend=y,server=n -XX:TieredStopAtLevel=1 -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true -javaagent:C:\Users\gengwei.zheng\AppData\Local\JetBrains\IntelliJIdea2022.2\captureAgent\debugger-agent.jar=file:/C:/Users/gengwei.zheng/AppData/Local/Temp/capture.props -Dfile.encoding=UTF-8 -classpath C:\Users\gengwei.zheng\AppData\Local\Temp\classpath865850698.jar cn.herodotus.cloud.upms.UpmsApplication > Connected to the target VM,...