Skip to content

Instantly share code, notes, and snippets.

@juarezjuniorgithub
Created November 10, 2023 11:24
Show Gist options
  • Save juarezjuniorgithub/897ef14909652aa8c79dfe9124df03a4 to your computer and use it in GitHub Desktop.
Save juarezjuniorgithub/897ef14909652aa8c79dfe9124df03a4 to your computer and use it in GitHub Desktop.
Application.java
package com.oracle.dev.jdbc.micronaut;
import io.micronaut.runtime.Micronaut;
public class Application {
public static void main(String[] args) {
Micronaut.run(Application.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment