-
http://www.ityouknow.com/springboot/2016/11/06/spring-boot-mybatis.html
这两天启动了一个新项目因为项目组成员一直都使用的是 Mybatis,虽然个人比较喜欢 Jpa 这种极简的模式,但是为了项目保持统一性技术选型还是定了 Mybatis 。到网上找了一下关于 Spring Boot 和 Mybatis 组合的相关资料,各…
-
http://www.ityouknow.com/springboot/2016/11/06/spring-boo-mybatis.html
这两天启动了一个新项目因为项目组成员一直都使用的是mybatis,虽然个人比较喜欢jpa这种极简的模式,但是为了项目保持统一性技术选型还是定了 mybatis。到网上找了一下关于spring boot和mybatis组合的相关资料,各种各样的形式都有,…
-
**Describe the bug**
A clear and concise description of what the bug is.
zipFile can't download completely in windows
***Exception or Stack Trace***
Add the exception log and stack trace if ava…
-
使用最新的master分支进行docker部署,并没有开启HDFS,希望日志使用本地存储,服务端xml配置如下
这里的ip为容器ip
```xml
…
-
**Describe the bug**
A clear and concise description of what the bug is.
原来用的是Spring 企业版,要迁移到spring-cloud-huawei,这个过程都需要做哪些内容?有没有具体的解决方案?多谢!
**To Reproduce**
Sample code:
**Expected behavior*…
-
# 创建一个SpringBoot项目
## 通过[Spring Initializr](http://start.spring.io/)来创建项目
1.
![Spring Initializr.png](https://upload-images.jianshu.io/upload_images/3435345-16c52e18ccbec79c.png?imageMogr2/auto-or…
-
### 问题
* go调用go的服务能能跑通,但是go调用java的服务时报错
* 通过看zk内容发现go的服务的`dubbo.metadata-service.url-params`中`proto`是`dubbo`,但java的服务是`tri`,不确定和这个有没有关系。
### 错误讯息
```
panic: reflect: call of reflect.Value.Metho…
ssfyn updated
11 months ago
-
Buonasera a tutti, avrei la necessità di accedere all'ambiente di test così come descritto qui https://developers.italia.it/it/news/2018/05/23/un-ambiente-di-test-aperto-a-tutti-per-anpr
Sto realiz…
-
**Describe the bug**
If `instrumentation-spring-boot-starter` is added to Spring Boot application it breaks `/actuator/metrics` endpoint.
When we query `/actuator/metrics` endpoint all of the metric…
-
参考内容:
- [在Spring boot中自定义starter](https://my.oschina.net/wangxincj/blog/846210)
- [👍YouTube:Writing your own Spring Boot Starter](https://www.youtube.com/watch?time_continue=1&v=EDdd56vyjPg)
- [👍…