Edouard CATTEZ
Edouard CATTEZ
### đŸ¤” What's the problem you're trying to solve? The equivalent of `Given` in French is invariable. It should be `Etant donnĂ©` or `Etant donnĂ© que` only. ### ✨ What's...
Hi, I'm working on Liferay, with an embedded tomcat. So I added the tomcat folder. When I start the server, it seems to use the following CATALINA_BASE : ``` ...\workspaceStorage\fec42f93b753ebda2508e0f3a9ef873f\adashen.vscode-tomcat\tomcat\tomcat-7.0.62...
Since version **1.4**, path variables are resolved as empty strings instead of template variables in `target` field: The link creation: ``` linkTo(methodOn(SelectColorResource.class) .selectColor(null, null)) .withRel("select-color"); ``` The SelectColorController ``` @PostMapping("/select-color)...
Hello, I discovered recently that `@EnableWebMvc` is required in order to get `@EnableHypermediaSupport` working. I'm using the spring-boot-dependencies like below: ``` org.springframework.boot spring-boot-dependencies ${spring-boot.version} pom import ``` Should spring-hateoas enable...
## Description **Is your feature request related to a problem? Please describe.** The plugin does not offer a simple way to visualize bounded contexts as graphs. **Describe the solution you'd...
## Description **Is your feature request related to a problem? Please describe.** Actually, interactions between 2 concepts are allowed by looking for every reference of a concept in another one....
### đŸ¤” What's the problem you're trying to solve? The equivalent of `Given` in French is invariable. It should be `Etant donnĂ©` or `Etant donnĂ© que` only. ### ✨ What's...