You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-6
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ Fornecendo toda infraestrutura necessária para o desenvolvedor.
89
89
O framework é definido pelo profile, sendo que o default é do Quarkus.
90
90
91
91
#### Quarkus
92
+
92
93
```bash
93
94
mvn clean install -Pquarkus
94
95
# or by default:
@@ -97,12 +98,6 @@ mvn clean install
97
98
98
99
#### Spring boot
99
100
100
-
Nota: O projeto com Spring Boot não está finalizado. No caso o profile do Spring está sem o módulo
101
-
de output: `restclient-http-service`, pois o Spring Boot não tem uma implementação para o microprofile-restclient
102
-
no caso, o ideal seria a criação de um modulo com o Feign para implementar a porta do use-case: `ProtocolGeneratorClient`
103
-
Porém, atualmente para o projeto rodar, essa porta foi implementada como um fake no modulo da app `spring-app` no seguinte package: ` br.com.helpdev.protocolgenerator`.
104
-
Mas o módulo de `acceptance-test` irá falhar, pois o mesmo faz um mock desse serviço;
<!--TODO: The restclient don't work in Spring; In this sample, the implementation about ProtocolGeneratorClient is in the spring-app module ( br.com.helpdev.protocolgenerator )-->
0 commit comments