Add security-ldap-uaa example

This commit is contained in:
Gunnar Hillert
2018-12-20 11:43:43 -10:00
parent ac636d8d10
commit b981dff2cb
17 changed files with 1866 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
package com.hillert.scdf.ldapserver;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class LdapserverApplicationTests {
@Test
public void contextLoads() {
}
}