Click here to Skip to main content
16,022,333 members

Comments by UT7 (Top 60 by date)

UT7 29-Jun-24 9:39am View    
@Pete O'Hanlon, @Andre Oosthizen. Sorry for not adding more details. By adding spring security dependency to a project it should automatically secure all endpoints that a project has and generate a password which I would be able to use for logging into the application, the default username is user, so what I meant by "it didn't work" was that the password that ought to be generated wasn't generated although the spring boot application compiled without any errors after I have added all the necessary dependencies as I've stated above.
UT7 24-Mar-24 23:28pm View    
@Tyler Bakeman, thanks for your response. I uninstalled m2e connector-wro4j 1.2.0, I tried to create another Spring project from Eclipse and I still got that error, although the project got created but the error still persist. I might just have to ignore the error, thanks a lot for your time and help.
UT7 21-Mar-24 22:19pm View    
@Tyler Bakeman, thanks a lot, I'm so sorry for late response. I have to m2e plugins installed from marketplace (1) Eclipse m2e - Maven support in Eclipse IDE (2) m2e connector-wro4j 1.2.0 . Please which of these should I uninstall ? Thanks for your time and help.
UT7 18-Dec-23 19:55pm View    
Okay, I get it now, thanks a lot.
UT7 18-Dec-23 19:41pm View    
@Richard MacCutchan, thanks a lot. I already have a while loop solution but I wanted to see if a for loop can also work. Thanks a lot.