There was an error while loading. Please reload this page.
1 parent a4e75ed commit 71c52d1Copy full SHA for 71c52d1
openid-connect-server-webapp/src/main/webapp/WEB-INF/data-context.xml
@@ -38,8 +38,8 @@
38
<!-- The following files are for safely bootstrapping users and clients into the database -->
39
<jdbc:script location="classpath:/db/tables/loading_temp_tables.sql"/>
40
<jdbc:script location="classpath:/db/users.sql"/>
41
-<!-- <jdbc:script location="classpath:/db/clients.sql"/> -->
42
-<!-- <jdbc:script location="classpath:/db/scopes.sql"/> -->
+<jdbc:script location="classpath:/db/clients.sql"/>
+<jdbc:script location="classpath:/db/scopes.sql"/>
43
</jdbc:initialize-database>
44
45
<bean id="jpaAdapter" class="org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter">
0 commit comments