-
### Search before asking
- [X] I had searched in the [issues](https://github.com/WeBankFinTech/DataSphereStudio/issues) and found no similar feature requirement.
### Problem Description
At …
-
I am trying to use logback-access-spring-boot-starter in an existing Java-tomcat-spring-mvc based spring boot application. Since this library used kotlin, I have added kotlin dependencies and the comp…
-
-
어드민 서비스를 기획하면서 필요한 기능을 토대로 사용할 세부적인 기술들을 미리 구상한다.
## 필요 기능
* 어드민 회원, 방문자 수 집계 도메인의 설계
* 도메인 데이터를 DB 에 저장
* 사용자에게 웹 화면으로 서비스 제공 + 디자인 요소
* 게시판 서비스와 API 통신
* 부가 기능
* 다크모드, todo list, 방문자 수 집계, 채팅
* 인증 …
-
`@SpringQueryMap` is ignored when method includes `Pageable`
`Page list(@SpringQueryMap Pojo pojo, Pageable pageable)`
this has been introduced in version 3.1.6 by https://github.com/spring-clou…
-
**Describe the bug**
`clientRegistrationId` config value is needed by [Oauth2FeignConfiguration](https://github.com/spring-cloud/spring-cloud-openfeign/blob/7f66cf3829934f4788db15b78ed1c0971bdb1b8d/s…
-
If I add `org.springframework.cloud:spring-cloud-starter-openfeign` to my POM and then run `mvn -Pnative -DskipTests clean package` the resulting native application fails to start with:
```
➜ tar…
-
**AOT failed with 'className cannot be null'**
- Spring Cloud version: 2022.0.0
- Spring Boot version: 3.0.1
- Java version: jdk17
- Spring Cloud Alibaba version: 2022.0.0.0-RC1
**Exception**
…
-
FeignClient with `@SpringQueryMap`, but changing the parameter name using the `@Param`.
My dependencies:
```java
org.springframework.cloud
spring-cloud-dependencies
Hoxton.SR12
…
-
**Describe the bug**
The following endpoint should resolve to the `balances/AAA/2022-11-1` url
```
@RequestMapping(
method = RequestMethod.POST,
value = "/balances/{…