Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhrobbins committed Apr 19, 2016
1 parent 4b9371a commit 245e758
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions FlashCards_Config/src/main/resources/oauth-profile.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Profiles
security.profile=ssecurity-oauth
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd">

<import resource="classpath:META-INF/applicationContext-config.xml" />
<import resource="classpath:META-INF/applicationContext-repository-jpa-commons.xml" />
<import resource="classpath:META-INF/infrastructure.xml" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">

<import resource="classpath:META-INF/applicationContext-config.xml" />

<bean id="mapper" class="org.dozer.DozerBeanMapper">
<property name="mappingFiles">
<list>
Expand Down

0 comments on commit 245e758

Please sign in to comment.