Code for BAEL-1996 (#5933)

* [BAEL-1996] WIP - Initial import

* [BAEL-1996] Apply formatting rules

* [BAEL-1996] Import UAA modules

* [BAEL-1996] New directory structure

* Merge upstream and include BAEL-1996 in main build
This commit is contained in:
psevestre 2018-12-20 02:42:16 -02:00 committed by KevinGilmore
parent c28fa5541d
commit 6abaf50ab5
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.jhipster</groupId>
<artifactId>jhipster-microservice-uaa</artifactId>
<packaging>pom</packaging>
<name>JHipster Microservice with UAA</name>
<parent>
<artifactId>jhipster</artifactId>
<groupId>com.baeldung.jhipster</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modules>
<module>uaa</module>
<module>gateway</module>
<module>quotes</module>
</modules>
</project>

View File

@ -18,6 +18,7 @@
<modules>
<module>jhipster-monolithic</module>
<module>jhipster-microservice</module>
<module>jhipster-uaa</module>
</modules>
</project>