You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by James Bognar <ja...@apache.org> on 2019/10/07 15:55:24 UTC

Re: Advance Week 1 Outreachy

Thanks Karina!

Do you think you can create a pull request with your fix for us to merge
into the main branch?
https://github.com/apache/juneau

On Mon, Oct 7, 2019 at 12:40 AM Karina Robledo <ro...@gmail.com>
wrote:

> Hi! I'm Karina from Mexico and I'm an Outreachy applicant.
>
> This week, I followed this tutorial.
>
> http://juneau.apache.org/site/apidocs-8.1.1/overview-summary.html#juneau-examples-rest-springboot.Running
>
>
> My result final was this:
> [image: image.png]
>
> I made a change in the pom.xml because I had a warning in the console.
>
> SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: Defaulting to no-operation (NOP) logger implementation
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
>
> <dependency>
>    <groupId>org.slf4j</groupId>
>    <artifactId>slf4j-api</artifactId>
>    <version>1.7.5</version>
> </dependency>
>
> <dependency>
>    <groupId>org.slf4j</groupId>
>    <artifactId>slf4j-log4j12</artifactId>
>    <version>1.7.5</version>
> </dependency>
>
>  I will try Petstore next.
> Thank you!
>
>