-
## Spring Boot Admin Server information
- **Version**:
- **Spring Boot version**:
- 3.3.3
- **Configured Security**:
- **Webflux or Servlet application**:
## Client in…
-
最近使用canal同步数据到es
使用过程中,手动使用navicat测试挺正常的。
但是在springboot在操作数据库的时候,有的操作没有被监听到。
很苦恼!!!
-
版本:springboot:3.1.1 knife4j-openapi3-jakarta-spring-boot-starter:4.1.0
效果图:
![接口](https://github.com/xiaoymin/knife4j/assets/53363856/9035e79f-149e-4203-a0f2-f4e88a9450b8)
![实体类](https://github.c…
-
项目:bookstore-monolithic-springboot
类: AccountValidation
protected Predicate predicate = c -> true;
多个注解使用成员变量predicate会不会造成线程安全问题?
-
I set up Gradle home and disabled gradle.wrapper in vscode settings like below:
"java.import.gradle.home": "C:\\ktapp\\gradle",
"java.import.gradle.user.home": "C:\\ktapp\\repo\\gradle",
"java.im…
-
**Build scan link**
https://scans.gradle.com/s/lozbs26qkgomy
**Plugin version**
1.33.0
**Gradle version**
8.9 and 8.10
**JDK version**
11.0.24
**(Optional) Kotlin and Kotlin Gradle Plu…
-
有开关可以关闭nacos + springboot吗,比如在nacos服务不可用时,直接在application层关闭nacos功能,及本地cache功能,谢谢
-
https://github.com/RameshMF/springboot-microservices/tree/main/springboot-restful-webservices/src/main/java/net/javaguides/springboot/mapper
as I do see so much of usual work that is no less than u…
-
rafactor 7a8fbbee76e5fe5360df8d5085361fb8211a39bd introduced an 'application.yaml' config file in springboot module.
Importing this dependency in a project having an application.yaml will mask the …
-
Hello!
I built the libwhisper.so and libggml.so under Linux with `make libwhisper.so`
I have a SpringBoot application and put the native libs into src/main/resources/lib and set the System property …