Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
paulc4 committed Jul 13, 2015
1 parent 90683f5 commit 4155ef3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .springBeans
Expand Up @@ -9,10 +9,24 @@
<configs>
</configs>
<autoconfigs>
<config>java:io.pivotal.microservices.services.registration.RegistrationServer</config>
<config>java:io.pivotal.microservices.accounts.AccountsWebApplication</config>
<config>java:io.pivotal.microservices.services.web.WebServer</config>
<config>java:io.pivotal.microservices.services.accounts.AccountsServer</config>
</autoconfigs>
<configSets>
<configSet>
<name><![CDATA[system]]></name>
<allowBeanDefinitionOverriding>true</allowBeanDefinitionOverriding>
<incomplete>false</incomplete>
<configs>
<config>java:io.pivotal.microservices.services.accounts.AccountsServer</config>
<config>java:io.pivotal.microservices.accounts.AccountsWebApplication</config>
<config>java:io.pivotal.microservices.services.registration.RegistrationServer</config>
<config>java:io.pivotal.microservices.services.web.WebServer</config>
</configs>
<profiles>
</profiles>
</configSet>
</configSets>
</beansProjectDescription>

0 comments on commit 4155ef3

Please sign in to comment.