Posts by Junior Santana • 9 points
2 posts
-
-1
votes0
answers10
viewsQ: Login AD Java 8
I am trying to log on to the ad, but soon on the Admim user already error 502e. But user and password are correct, which may be wrong here @PostMapping("loginJndi") public logonModel…
-
0
votes1
answer103
viewsQ: Populate an html with list jquery
this data element of jquery has a list, how to fill in html success: function (data) { var tabela = $("#linha"); var rows = ""; $(data).each(function (i, item) { rows += "<div>" +…