Posts by Lucas Alves • 43 points
6 posts
-
0
votes0
answers123
viewsQ: Intellij doesn’t recognize Lombok
I am having a problem using Intellij IDEA 2020.3.2. I am using Lombok in my spring project as follows: pom.xml: <properties> <lombok.version>1.18.16</lombok.version>…
-
0
votes1
answer147
viewsQ: DIV that starts at the end of another div and goes to the end of the father div
I have the following structure: <div class="pai"> <div class="t1"> itens </div> <div class="t2"> itens2 </div> </div> css .pai{ height:100%; } .t1{ height:20%; }…
-
1
votes3
answers1976
viewsQ: how to center a <H2> tag vertically inside the div
I would like to leave the text within those <h2> vertically centered <div class="col-md-2 buttom-area"> <div class="text-center button-disciplina button-border"> <h2>Realizar…
-
0
votes1
answer783
viewsQ: How to sync my project with Github
Hello I have I started a project via github in Intellij. I cloned the data from github. I logged in via cmd and configured everything. however when I commit. appears that the commit was successfully…
-
1
votes1
answer620
viewsQ: How to read TXT to a certain point and then continue from that point?
I have a class that is responsible for reading a TXT file part by part and return me a result according to this part. This result will be used by another class. That is, I open txt I read to a…
-
2
votes1
answer593
viewsQ: How to use Angular 2 with Microservices?
Hello. I have just completed my Angular 2 course. And I would like to know if there is any course that teaches using this tool with Microservices. I know that there are several frameworks that offer…