Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARSnova Backend
Manage
Activity
Members
Labels
Plan
Issues
27
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
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
ARSnova
ARSnova Backend
Commits
3f379d1f
Commit
3f379d1f
authored
10 years ago
by
Paul-Christian Volkmer
Browse files
Options
Downloads
Patches
Plain Diff
Re enabled connector client
parent
80b154b3
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
+2
-2
2 additions, 2 deletions
src/main/webapp/WEB-INF/spring/spring-main.xml
with
2 additions
and
2 deletions
src/main/webapp/WEB-INF/spring/spring-main.xml
+
2
−
2
View file @
3f379d1f
...
...
@@ -52,9 +52,9 @@
<!-- Example of connector client configuration -->
<!-- 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=
"username"
value=
"${connector.username}"
></property>
<property
name=
"password"
value=
"${connector.password}"
></property>
</bean
--
>
</bean>
</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