Code Monkey home page Code Monkey logo

Comments (6)

thiccaxe avatar thiccaxe commented on August 18, 2024

On the docs page, the gradle code under the dependency block is deprecated - it should now use implementation in place of compile.

This seems to appear in the main application itself too:

build.gradle:
compile "org.slf4j:slf4j-simple:1.8.0-beta4"

^ clarification: this is shown when slf4j is not available.

from javalin.github.io.

thiccaxe avatar thiccaxe commented on August 18, 2024

Again on the docs page, the notification box has its z-layer mixed up; its text is behind the right side navigation. Also throughout the website, the notification close button is difficult to click

from javalin.github.io.

tipsy avatar tipsy commented on August 18, 2024

@thiccaxe thank you, all three issues have been fixed now :)

from javalin.github.io.

unique-EJ avatar unique-EJ commented on August 18, 2024

master/_posts/tutorials/2017-05-24-javalin-gradle-example.md

no

group 'io.javalin' // your group id
version '1.0-SNAPSHOT'

apply plugin: 'java'

sourceCompatibility = 1.8

repositories {
    mavenCentral()
}

dependencies {
    compile 'io.javalin:javalin:{{site.javalinversion}}'
    testCompile group: 'junit', name: 'junit', version: '4.12'
}

->

from javalin.github.io.

unique-EJ avatar unique-EJ commented on August 18, 2024

(https://github.com/javalin/javalin.github.io/blob/de48ee2343942fa262ba091178edf4c0883dc8cc/_posts/tutorials/2017-05-24-javalin-gradle-example.md).

from javalin.github.io.

tipsy avatar tipsy commented on August 18, 2024

Thanks @e1e0, could you make a PR? :)

from javalin.github.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.