Skip to content

Commit

Permalink
fix oauth2 templating
Browse files Browse the repository at this point in the history
  • Loading branch information
ruddell committed Oct 2, 2018
1 parent dbfc86c commit ea89bc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/jhipster/oauth2/OAuth2SsoConfiguration.java.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-%>
package <%=packageName%>.config;
package <%=props.packageName%>.config;

import <%=packageName%>.security.AuthoritiesConstants;
import <%=props.packageName%>.security.AuthoritiesConstants;

import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.boot.autoconfigure.security.oauth2.client.EnableOAuth2Sso;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-%>
package <%=packageName%>.config;
package <%=props.packageName%>.config;

import <%=packageName%>.security.AuthoritiesConstants;
import <%=props.packageName%>.security.AuthoritiesConstants;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
Expand Down

0 comments on commit ea89bc7

Please sign in to comment.