-
I am experimenting with microservices architecture and I have an issue. I have a Zuul gateway and client web application with login form and controllers inside in zuul gateway. Routes to the microserv…
-
I am trying to use the "Custom Repository implementations" feature. And I am following the code:
`
// Most important this class has to be named like the interface with an 'Impl' suffix
// https://d…
-
### JPA vs MyBatis
**MyBatis**는 SQL 기반으로 학습이 쉽지만 **JPA**는 학습이 필요.
**MyBatis**는 소스코드와 SQL이 분리된다. 반면, 복잡한 서비스를 구성할 때 join 문이 많이 사용되어 **JPA**의 단점이 드러난다.
이런 공통적인 특징을 제외하고,
Legacy database schema인 경우…
-
```
**pom.xml**
org.glassfish.jersey.containers
jersey-container-servlet-core
2.22.2
org.glassfish.jersey.ext
jersey-spring3
2.22.2
org.springframework
spring-co…
-
# 배경 : 기존 방식(매 로그 저장시마다 전송) 문제 파악
- 다음 그림처럼 배치 프로세스별(Job, Step, Task) 로그 데이터가 저장될 때마다 디스코드로 알림을 전송하는 방식이었습니다.
- 그런데, 이 알림이 `주간 이슈 배치 Close 작업`의 경우, (최대 스터디 인원인 10명인 상황 가정)1분도 안되는 시간에 22번의 알림이…
-
目前看好像多租户只能加一个字段是吗,能否组合,而且我只想开启查询需要加
-
I am trying to run Spock classes from Java class using Junit runner class and able to run it. But after that beans are not autowiring. To use every bean i need to use ApplicationContextAware and get b…
-
## Observed vs. expected behavior
Migrating from Spring Boot 2.7.x to Spring Boot 3.0.6, I am facing the following problems.
Before I was doing the queries directly using `JPQLQuery query = from…
-
- ScannerInputService behöver implementera ett interface som kallas UserInputService. (Se del 2).
- ScannerInputService behöver have a scanner som dependency (Vilket du gjort korrekt i din InputSer…
-
Ik krijg een exception bij het runnen van de UserApiControllerTest in JUnit 5, hier: https://github.com/662781/ProjectCodeGeneration/blob/Bas/backend-springboot/src/test/java/io/swagger/bankapi/junit5…