-
When annotating a test with `@JpaDataTest`, I get the `No ServletContext set` exception, with no explanation, context, or advice.
This error message should be more verbose, or there needs to be bet…
-
chatbot(캐릭터 채팅) & office(GPT)의 채팅 생성 방식 설명
> 도메인은 nono.me라고 가정
- chatbot의 경우
- `nono.me/chatroom/c/캐릭터 고유번호` 로 페이지 시작
- `nono.me/chatroom/c/캐릭터 고유번호` 페이지에서 채팅을 user가 입력 시 user의 id를 받아서 mongoDB에 컬…
-
##### > /Library/Java/JavaVirtualMachines/graalvm-ce-java17-22.3.2/Contents/Home/bin/java -XX:TieredStopAtLevel=1 -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enable…
-
# TLDR;
When annotating a query with `@Annotation` on a MongoRepository of a view, this UncategorizedMongoDbException is thrown: `Command failed with error 166 (CommandNotSupportedOnView): 'Namespa…
-
Resilience4j version: 1.7.1
resilience4j-spring-boot2 version: 17.1
Java version: 11
```
/home/test/.jdks/openjdk-16.0.1/bin/java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:40525,sus…
-
This is my stack on Portainer:
```
version: "3"
services:
##
## Start Openblocks backend services (api-service and node-service)
##
openblocks-api-service:
image: openblocksdev…
-
使用spring boot2.0.4没有问题,升级到2.2.6就报错
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2020-04-30 17:02:34,917 ERROR [main] o.s.b.Spring…
-
Hello,
I ran into an issue using "spring-boot-starter-data-mongodb-reactive". When calling this server method, see two errors ("Async resource cleanup failed after onComplete", "call already closed…
-
I really miss declarative service exporters.
I'm happy to see the declarative rsocket client option available, but the serverside still requires a ton of boilerplate. Creating controllers to mirror s…
-
# 1. Annotation in Spring IOC
## *Life cycle of Spring bean*
Spring bean的生命周期大致分为Bean的定义,Bean 的初始化,Bean的生存期和Bean的销毁四个部分。
### Bean Definition
- Spring通过@ComponentScan找到带有@Component的类,这是一个资源定位的…