source: DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/nb-configuration.xml @ 4013

Last change on this file since 4013 was 4013, checked in by olhsha, 11 years ago

implementing authentication=provider as a database, using approach 2 from http://docs.spring.io/spring-security/site/docs/3.1.x/reference/springsecurity-single.html#ns-auth-providers, and constructing the security Db as in http://docs.spring.io/spring-security/site/docs/3.1.x/reference/springsecurity-single.html#db_schema_users_authorities

File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project-shared-configuration>
3    <!--
4This file contains additional configuration written by modules in the NetBeans IDE.
5The configuration is intended to be shared among all the users of project and
6therefore it is assumed to be part of version control checkout.
7Without this configuration present, some functionality in the IDE may be limited or fail altogether.
8-->
9    <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
10        <!--
11Properties that influence various parts of the IDE, especially code formatting and the like.
12You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
13That way multiple projects can share the same settings (useful for formatting rules for example).
14Any value defined here will override the pom.xml file value but is only applicable to the current project.
15-->
16        <org-netbeans-modules-maven-jaxws.rest_2e_config_2e_type>dd</org-netbeans-modules-maven-jaxws.rest_2e_config_2e_type>
17        <org-netbeans-modules-maven-jaxws.rest_2e_jersey_2e_type>server</org-netbeans-modules-maven-jaxws.rest_2e_jersey_2e_type>
18    </properties>
19    <spring-data xmlns="http://www.netbeans.org/ns/spring-data/1">
20        <config-files>
21            <config-file>src/main/resources/spring-config/applicationContext-security.xml</config-file>
22            <config-file>src/main/resources/spring-config/securityDataSource.xml</config-file>
23        </config-files>
24        <config-file-groups/>
25    </spring-data>
26</project-shared-configuration>
Note: See TracBrowser for help on using the repository browser.