-
https://github.com/hiwepy/socketio-spring-boot-starter [2.0.0.RELEASE]
springboot 2.6.10
the class code rollback to version 1.7.19 , is ok.
-
Hi, i tried to run this project using **mvn spring-boot:run** command and it gives me the following error:-
Please help in running this project
org.springframework.beans.factory.BeanCreationExcep…
-
配置类:
```java
/**
* Mapper扫描配置. 自动扫描将Mapper接口生成代理注入到Spring.
*/
@Bean
public static MapperScannerConfigurer mapperScannerConfigurer() {
MapperScannerConfigurer mapperSca…
-
## Why you need it?
SpringBoot Jar包直接运行时,与部署在Docker虚拟VM中的 Seata 网络不能互通
官方提供参数 SEATA_IP 设定为 127.0.0.1 时,注册进Nacos的实际Ip仍为虚拟VM IP
注册Mac本机公网IP时,SEATA_IP参数生效,但不能让本地SpringBoot应用达到直接访问的目的
## How it coul…
-
- [ ] 도커에 kafka , mongoDB 설치
- [ ] SpringBoot kafka 연동
- [ ] 간단한 메세시 전송 테스트
-
when I use the springboot framewokr to develop my app,i found that ,my app include the a.jar .the a.jar include reference.conf ,my app is maven project ,i define the application.conf,but the config c…
-
##### Description
Hello, I am using the generator in a java project (Springboot Application) and want it to generate the code with Annotations for openapi 3.0 instead of swagger.
After searchi…
-
```
@Component
public class FileTool {
private static String proxyIp;
@Value("${cim.http.proxy_ip}")
public void setProxyIp(String _proxyIp) {
proxyIp = _proxyIp;
}
…
-
https://www.zxlgd.top/2020/02/04/SpringBoot%E4%B8%8E%E6%95%B0%E6%8D%AE%E8%AE%BF%E9%97%AE(MyBatis)/
三、整合MyBatis1.引入mybatis-starter(mybatis-spring-boot-starter)依赖<dependency>
<gr…
-
I could not find any other forum to discuss this first, so decided to create an issue instead. I hope this is not a problem.
The reason I am here is that I like the design space Micronaut is trying…