-
### What Happened?
- config
```yaml
- name: repo-scaffolding
instanceID: springboot
dependsOn: [ ]
options:
destination_repo:
owner: root
repo: spring-demo
bran…
-
**Describe the bug**
When the SpringWeb project uses [Spring-Guice](https://github.com/spring-projects/spring-guice) to implement ioc, there is a conflict with opentelemetry-javaagent. The openteleme…
-
```
Content-Type 'text/xml;charset=UTF-8' is not supported
at org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver.readWithMessageConverters(Abstract…
-
`
//User.java
{
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
private String username;
@ManyToMany(fetch = FetchType.EAGER, cascade = CascadeType.…
-
如何集成mybatise-plus呢?client怎么写呢?client使用的是dto
-
java.lang.IllegalArgumentException: Cannot support database type 'MySQL'
-
我发现把logger name="com.github.unidbg" 设置了DEBUG后。在控制台是只读模式。
我想输出bt去获得堆栈,但是无法做到。
我在原来的unidbg可以输入,所以我想咨询你下这个问题该怎么解决。
`2022-11-19 21:44:45.639 DEBUG 12684 --- [ main] c.g.unidbg.linux.and…
-
### Description
1、Start apisix with docker:
git clone https://github.com/apache/apisix-docker.git
cd apisix-docker/example
docker-compose -p docker-apisix up -d
2、add dubbo-proxy plugin
vim ex…
-
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 3.0.6-3.0.12
* Opera…
-
Hi folks,
I built my spring boot native images on macOs and Linux, but
I executed the native images, then I got the following error both:
```
Exception in thread "main" java.lang.IllegalState…