-
### Expected behavior
I have a Spring Boot application where I loop until a key is found in Redis (Azure Redis). Everything works fine, and there are no issues. I run a load test with 1250 requests…
-
**Affects:** 5.1.4.RELEASE
In Spring Session, we try to provide convenience of configuring our default `CookieSerializer` using Servlet API's `SessionCookieConfig`. The code involved can be seen [h…
-
Hello,
I use Spring Boot 2.1.0.M4
I have Authorization Server on port 9090 with next configuration :
AuthorizationServerConfiguration
```
@Configuration
@EnableAuthorizationServer
public clas…
-
**VERSÃO:**
1.3.6.
**DESCRIÇÃO:**
Ao tentar instalar o i-diario, via DOCKER, ele finaliza com essa mensagem de erro:
```
diario | from /app/bin/rails:9:in `require'
idiario | f…
-
Description:
Running a springboot application and redis server on a docker engine.
I have exposed the port 8080 of the docker engine as the point of contact to my springboot application.
When mak…
-
**build issues**
/root/.rbenv/versions/2.6.3/bin/ruby: warning: shebang line ending with \r may cause problems
Traceback (most recent call last):
bin/rails: Bootsnap::LoadPathCache::FallbackScan
…
-
to simplify, the problem is that somehow spring boot? is going above and beyond reading graphqls files, and I don't know how or why.
This is related to https://github.com/spring-projects/spring-gra…
-
A common pattern when using Testcontainers is to use `@DynamicPropertySource` to configure the properties required to use the service in the Testcontainers-managed container. For example, you might do…
-
2020年2月19日01:12:23最新git clone的2.2.0-SNAPSHOT。
由于最新版maven公服上没有,采用instal到maven本地缓存中的方式,可排除hessian版本在admin和executor有差异。
用mvn dependency:tree命令检查了admin和executor端,仅有一个最新hessian版本。
但还是出现该错误,请问怎么回事?
admi…
-
I've trying use ApexCharts in my RoR 6 app, but occurred the error below:
![image](https://user-images.githubusercontent.com/2581415/66693514-feb83e80-ec7f-11e9-8578-98d985abda6e.png)
My Gemfile…