Posts by Roberto • 21 points
5 posts
-
0
votes1
answer20
viewsQ: Problem with Bean Springboot
Good morning, people I am doing an API with spring boot but my bean is not being located, someone could help me, the other time I did not find this problem. Follows Codes: @RestController…
spring-bootasked Roberto 21 -
0
votes1
answer38
viewsQ: Use of scripts and external bootstrap
Good evening guys I’m trying to implement a script and external css in my angular project, and I saw that I just had to throw it into the angular folder and use a link tag like this one below to…
-
1
votes0
answers103
viewsQ: Nodejs Hierarchical Menu
I’m trying to build a dynamic menu based on this table here: 1 CONFIGURACOES 0 2 ADMINISTRATIVO 0 3 USUARIOS 2 4 INSERIR_USUARIO 3 5 ALTERAR_USUARIO 3 6 EXCLUIR_USUARIO 3 7 MENUS_DE_ACESSO 2 8…
-
0
votes1
answer41
viewsQ: Doubt in the recovery of the value of callback in Nodejs
I’m starting in Node.js running Function and would like to know how to return a db field and move to a variable, I usually use a callback, for example: Conect.query('select nome from pessoa where…
-
1
votes1
answer1678
viewsQ: Pass header value for Nodejs API
Good personal day I am with following problem, I have an API to be consumed, but it expects a return token validated internally, this token is passed as parameter via header, but I do not use JWT, I…