iainporter / oauth2-provider

Implementation of an oauth2 provider
Apache License 2.0
226 stars 181 forks source link

incorrect URL in .VM files #3

Closed chartrand22 closed 10 years ago

chartrand22 commented 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/**

iainporter commented 10 years ago

You can set the path hostName.url property in resources/propertes/application.properties

i.e. hostName.url = http://localhost:8080/oauth2-provider/