-
given the following version of Spring Cloud Task: ` 1.2.2.RELEASE`,
and given the following code:
```
package com.example.demo;
import lombok.extern.java.Log;
import org.springframework.bo…
-
Hi all,
I used spring boot 1.5.3 REALESE, i try to connect to elasticsearch 5.2.1 but get error.
My config:
` @Configuration
@EnableElasticsearchRepositories(basePackages = "com.elasticsearc…
-
I'm using this library in 2 projects in one of the project I am getting hte following error when I try to launch it:
org.springframework.beans.factory.BeanCreationException: Error creating bean wi…
-
I am using elastic search 2.x and SpringBoot 1.4.2.RELEASE. I am getting the below error. I know the issue exists in earlier version like 1.4.0, but isn't supposed to be fixed now?
```
Handler dis…
-
##### **Overview of the issue**
After the first step of running "jhipster", the app can't be brought up due to an error on sonar.gradle.
##### **Motivation for or Use Case**
##### **Repro…
-
### Spring Boot配置属性之MVC
#### MVC
```
spring.mvc.async.request-timeout 设定async请求的超时时间,以毫秒为单位,如果没有设置的话,以具体实现的超时时间为准,比如tomcat的servlet3的话是10秒.
spring.mvc.date-format 设定日期的格式,比如dd/MM/yyyy.
spring.m…
-
- Please follow the issue template below for bug reports and feature requests.
- Tickets opened without any of these informations will be **closed** without any explanation.
##### **Overview of th…
-
The backend needs to know what quickstarts are available to be displayed in the UI.
Where should we keep that data and how?
-
Feature request for adding support for overriding logging properties via application.properties/yaml.
E.g. I want to easily override the FILE_LOG_PATTERN property.
To define this in the application.p…
-
Hi
I am trying to get an OpenShift/Fabric8 installation working with the Fabric8 jenkins pipelines running on a Maven/Java project.
I have the fabric8/maven-builder docker images launched on the Ope…