Closed chartrand22 closed 10 years ago
In these files : oauth2-provider / src / main / resources / META-INF / velocity / *.vm
These lines need to be changed from:
<a href="${model.getHostNameUrl()}/**
To:
<a href="${model.getHostNameUrl()}/oauth2-provider/**
You can set the path hostName.url property in resources/propertes/application.properties
i.e. hostName.url = http://localhost:8080/oauth2-provider/
In these files : oauth2-provider / src / main / resources / META-INF / velocity / *.vm
These lines need to be changed from:
<a href="${model.getHostNameUrl()}/**
To:
<a href="${model.getHostNameUrl()}/oauth2-provider/**