-
### TO-DO
- [x] 초기 스프링 세팅
- [ ] 날씨 api 조사 및 테스트
- [ ] 날씨 api 연동
- [ ] 로컬 날씨 api 만들기
### Spec
- Java 17
- 스프링은 최신
- OpenFeign 사용
-
集成xxljob后,我原先模块的一些废弃接口,原先都是把请求方式注释掉的,不让外界访问,集成xxljob后,这些模块都起不来了,提示我那些接口需要加@PostMapping或者@GetMapping之类的注解,我加上这些注解,确实好用,但是我不想这么做,因为他们都是废弃接口,我不想暴露给外界,请求xxljob中是什么组件提供了扫描接口请求方式的功能,我能否避免掉呢?
Please answe…
-
### Your question
describe your question clearly
### Your scenes
describe your use scenes (why need this feature)
### Your advice
describe the advice or solution you'd like
### Envir…
-
Could you please add support for @SpringQueryMap for @GetMapping if parameter is type of Object?
#### Support for:
generator: spring
library: spring-cloud
#### Example:
```java
ResponseEntit…
-
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.config.ConfigurableListableBeanFactory;
import org.springframework.beans.factory.support.BeanDefinitionRegis…
-
Feign core 10.X.X allows capturing the Request made from a Response - meaning that we can include the original request into an exception if required.
The requirement here is to detect if one of the…
-
### Describe the bug
When migration Spring Boot to version 3 and Spock framework to version 2.4-M1 with OpenFeign client(s), tests with the `WebMvcTest` annotation fail to properly load the context…
-
## CVE-2021-37136 - High Severity Vulnerability
Vulnerable Library - netty-codec-4.1.27.Final.jar
Netty is an asynchronous event-driven network application framework for
rapid development of mai…
-
## CVE-2020-11612 - High Severity Vulnerability
Vulnerable Library - netty-codec-4.1.27.Final.jar
Netty is an asynchronous event-driven network application framework for
rapid development of mai…
-
## Observed vs. expected behavior
I have an entity with this attribute
```
@Column(columnDefinition = "jsonb")
var metadata: Map = mutableMapOf()
```
Which results in this attribut…