Skip to content

Instantly share code, notes, and snippets.

@alexandre-jacquot-ptl
Created May 19, 2021 16:38
Show Gist options
  • Save alexandre-jacquot-ptl/f32be6e44357570346f58affebb4a7a4 to your computer and use it in GitHub Desktop.
Save alexandre-jacquot-ptl/f32be6e44357570346f58affebb4a7a4 to your computer and use it in GitHub Desktop.
r2dbc main
@SpringBootApplication
@EnableR2dbcAuditing
public class TodoListApplication {
public static void main(String[] args) {
SpringApplication.run(TodoListApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment