Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARSnova Backend
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
Paul-Christian Volkmer
ARSnova Backend
Commits
cced7b0f
There was an error fetching the commit references. Please try again later.
Commit
cced7b0f
authored
11 years ago
by
Paul-Christian Volkmer
Browse files
Options
Downloads
Patches
Plain Diff
Bug #6646: Reenabled connector after db connection is enabled again
parent
4104038d
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/webapp/WEB-INF/spring/spring-main.xml
+0
-2
0 additions, 2 deletions
src/main/webapp/WEB-INF/spring/spring-main.xml
with
0 additions
and
2 deletions
src/main/webapp/WEB-INF/spring/spring-main.xml
+
0
−
2
View file @
cced7b0f
...
@@ -54,13 +54,11 @@
...
@@ -54,13 +54,11 @@
<!-- Example of connector client configuration -->
<!-- Example of connector client configuration -->
<!-- Uncomment bean definition to activate connector -->
<!-- Uncomment bean definition to activate connector -->
<!--
<bean
id=
"connectorClient"
scope=
"singleton"
class=
"de.thm.arsnova.connector.client.ConnectorClientImpl"
>
<bean
id=
"connectorClient"
scope=
"singleton"
class=
"de.thm.arsnova.connector.client.ConnectorClientImpl"
>
<property
name=
"serviceLocation"
value=
"${connector.uri}"
></property>
<property
name=
"serviceLocation"
value=
"${connector.uri}"
></property>
<property
name=
"username"
value=
"${connector.username}"
></property>
<property
name=
"username"
value=
"${connector.username}"
></property>
<property
name=
"password"
value=
"${connector.password}"
></property>
<property
name=
"password"
value=
"${connector.password}"
></property>
</bean>
</bean>
-->
<http:access-control
allow-origin=
"*"
allow-methods=
"GET"
/>
<http:access-control
allow-origin=
"*"
allow-methods=
"GET"
/>
</beans>
</beans>
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment