Skip to content

Conversation

carlospatinos
Copy link

Can you check this out pls.

carlospatinos and others added 23 commits March 25, 2018 22:06
…working with spring security, docker image uses the jar and generate the service and docker compose to bring everything up. Still couple of things to improve but I hope this is woth as a MVP :)
…ance tunning may be needed to select the right threadpooling implementation
…ance tunning may be needed to select the right threadpooling implementation

### Eclipse Patch ###
# Eclipse Core
.project
Copy link
Owner

Choose a reason for hiding this comment

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

Do you use Eclipse or IntelliJIDEA?

@@ -0,0 +1,11 @@
language: java
Copy link
Owner

Choose a reason for hiding this comment

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

CI with Travis? nice

@@ -0,0 +1,27 @@
############################## Httpbeat ########################################
Copy link
Owner

Choose a reason for hiding this comment

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

What is this file for?

@@ -0,0 +1,2 @@
server.host: "0.0.0.0"
Copy link
Owner

Choose a reason for hiding this comment

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

Wow, using ELK seems a bit overkill, but cool :D Will check it out

@@ -0,0 +1,22 @@
version: '3.1'
Copy link
Owner

Choose a reason for hiding this comment

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

how do I switch from this minimalistic to the full-fledged using docker-compose command?

@Id
private int userId;

@NotNull
Copy link
Owner

Choose a reason for hiding this comment

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

where do you get these decorators from? I know about lombok but never seen this before?

}

@RequestMapping(method = RequestMethod.GET, value="/jrt/api/v1.0/user")
@RequestMapping(method = RequestMethod.GET, value="/jrt/api/v1.0/user/{userId}")
Copy link
Owner

Choose a reason for hiding this comment

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

Proper RESTful, cool

import java.util.Optional;


@Repository
Copy link
Owner

Choose a reason for hiding this comment

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

Never saw this repository thing before, pretty cool!

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.

2 participants