puruidong
puruidong
可以看看GrallVM,Oracle出的,支持多种语言.
Spring Boot 在前几天发布了2.3.0,但是start.aliyun.com上面还是旧的版本信息,请问什么时候start.aliyun.com会更新到新版本?
> > Spring Boot 在前几天发布了2.3.0,但是start.aliyun.com上面还是旧的版本信息,请问什么时候start.aliyun.com会更新到新版本? > > 多谢反馈,本周会完成更新 好的.谢谢.
> 快点更新把 刚看了一下,start.aliyun.com已经更新了.
I also reproduced this problem in Spring Boot 3.0.0-M2. I found that the following class is not registered as a Spring Bean, so an exception is thrown when BarService is...
For Spring Framework only, Spring Boot does auto-configuration. ~With @EnableAsync, it is recommended that you provide your own asynchronous executor, because @EnableAsync uses SimpleAsyncTaskExecutor by default to execute threads, SimpleAsyncTaskExecutor...
> @pruidong thank you for trying to help but that recommendation applies to Spring Framework. Spring Boot [auto-configures](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#features.task-execution-and-scheduling) a suitable `TaskExecutor` if none is provided so what you've described above...
> I use: IntelliJ IDEA 2022.2, it can be used after modifying it in the following way. Help - Edit Custom VM Options ``` --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED...
> Really appreciate your work.I am also not happy with elastic official goclient and will not be using that will happily move to java elastic search client If you want...
```java String poetryHtml = "\n" + "\n" + "\n" + "\n" + " No man is an island,\n" + " Entire of itself,\n" + " Every man is a piece...