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
1472bd17
Commit
1472bd17
authored
12 years ago
by
Paul-Christian Volkmer
Browse files
Options
Downloads
Patches
Plain Diff
Disable bean definition and name change to be an example
parent
febcc0bf
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/de/thm/arsnova/controller/CourseController.java
+1
-1
1 addition, 1 deletion
...main/java/de/thm/arsnova/controller/CourseController.java
src/main/webapp/WEB-INF/spring/spring-main.xml
+3
-3
3 additions, 3 deletions
src/main/webapp/WEB-INF/spring/spring-main.xml
with
4 additions
and
4 deletions
src/main/java/de/thm/arsnova/controller/CourseController.java
+
1
−
1
View file @
1472bd17
...
...
@@ -39,7 +39,7 @@ public class CourseController extends AbstractController {
public
static
final
Logger
LOGGER
=
LoggerFactory
.
getLogger
(
CourseController
.
class
);
@Autowired
@Autowired
(
required
=
false
)
private
ConnectorClient
connectorClient
;
@Autowired
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/spring/spring-main.xml
+
3
−
3
View file @
1472bd17
...
...
@@ -45,11 +45,11 @@
<!-- Example of connector client configuration -->
<!-- Uncomment bean definition to activate connector -->
<!--
-->
<bean
id=
"
moodle
Client"
scope=
"singleton"
class=
"de.thm.arsnova.connector.client.ConnectorClientImpl"
>
<!--
<bean id="
connector
Client" 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>
<!--
-->
-->
</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