I have one controller for registration form i.e. RegisterController. for that my URL is like this
http://localhost:8050/lifejodi-web/register/formStep1
but when i create new controller called ProfileController , to see my profile for that my URL should be like
http://localhost:8050/lifejodi-web/profile/myProfile
but it takes URL as a
/lifejodi-web/register/profile/myProfile
can anyone give me solution for that.