Skip to content

BAEL-1388 Introduction to Java MSF4J Microservices#4192

Merged
pivovarit merged 17 commits into
eugenp:masterfrom
pxai:master
Jun 8, 2018
Merged

BAEL-1388 Introduction to Java MSF4J Microservices#4192
pivovarit merged 17 commits into
eugenp:masterfrom
pxai:master

Conversation

@pxai

@pxai pxai commented May 6, 2018

Copy link
Copy Markdown
Contributor

PR for the BAEL-1388 Introduction to Java MSF4J Microservices article

@jzheaux jzheaux left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code looks good, let's just simplify the build configuration if we can.

Comment thread spring-thymeleaf/pom.xml Outdated
<version>1.0.0-SNAPSHOT</version>
</parent>

<<<<<<< HEAD

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you might have accidentally committed a conflict

Comment thread pom.xml Outdated
<module>metrics</module>
<module>maven</module>
<module>mesos-marathon</module>
<module>msf4j</module>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whitespacing

Comment thread msf4j/pom.xml Outdated
<groupId>com.baeldung</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modules>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typically, it's preferred to differentiate examples by package instead of by maven module. Would you be able to condense this to one project, msf4j, and then separate the examples by package?

Comment thread msf4j/msf4jspring/mvnw.cmd Outdated
@@ -0,0 +1,143 @@
@REM ----------------------------------------------------------------------------

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need the maven wrappers at this level. What we have at the parent level is fine, so let's remove these.

Comment thread msf4j/msf4jspring/.gitignore Outdated
@@ -0,0 +1,25 @@
/target/

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing these might have been added by start.spring.io? You should be able to remove them all, relying on the .gitignore in the parent.

@pxai

pxai commented May 17, 2018

Copy link
Copy Markdown
Contributor Author

Hi there, I've put together the three projects in a single one, using different package names. Maven wrappers and other files are gone now.

@pivovarit pivovarit merged commit a023f01 into eugenp:master Jun 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants