All Projects β†’ CodelyTV β†’ java-basic-skeleton

CodelyTV / java-basic-skeleton

Licence: other
β˜•πŸš€ Java Bootstrap: Skeleton for your new projects

Programming Languages

java
68154 projects - #9 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to java-basic-skeleton

php-finder refactoring-kata
πŸ˜πŸ”Incomprehensible Finder Refactoring Kata port for PHP
Stars: ✭ 22 (-40.54%)
Mutual labels:  kata, example, codelytv
csharp-ddd-skeleton
🦈✨ C# DDD Skeleton: Bootstrap your new C# projects applying Hexagonal Architecture and Domain-Driven Design patterns
Stars: ✭ 67 (+81.08%)
Mutual labels:  codelytv, example-project, codely
scala-basic-skeleton
Starting point if you want to bootstrap a project in Scala
Stars: ✭ 16 (-56.76%)
Mutual labels:  example, codelytv, example-project
Play Scala Websocket Example
Example Play Scala application showing WebSocket use with Akka actors
Stars: ✭ 194 (+424.32%)
Mutual labels:  example, example-project
Owin Webapi Service
βœ… OWIN / WebAPI windows service example. Includes attribute based routing sample
Stars: ✭ 175 (+372.97%)
Mutual labels:  example, example-project
Ueberauth example
Example Phoenix application using Überauth for authentication
Stars: ✭ 180 (+386.49%)
Mutual labels:  example, example-project
Android Clean Architecture Mvvm Dagger Rx
Implemented by Clean Architecture, Dagger2, MVVM, LiveData, RX, Retrofit2, Room, Anko
Stars: ✭ 138 (+272.97%)
Mutual labels:  example, example-project
supabase flutter
Using Supabase in Flutter
Stars: ✭ 38 (+2.7%)
Mutual labels:  example, example-project
Wordpress Plugin Boilerplate Tutorial
Tutorials and Examples for WordPress Plugin Boilerplate, a foundation for WordPress Plugin Development.
Stars: ✭ 232 (+527.03%)
Mutual labels:  example, example-project
typescript-ddd-example
πŸ”·πŸŽ― TypeScript DDD Example: Complete project applying Hexagonal Architecture and Domain-Driven Design patterns
Stars: ✭ 607 (+1540.54%)
Mutual labels:  codelytv, codely
play-java-rest-api-example
REST API using Play in Java
Stars: ✭ 44 (+18.92%)
Mutual labels:  example, example-project
jetbrains-theme
🎨 A modern, productivity-increaser theme for all JetBrains IDEs
Stars: ✭ 108 (+191.89%)
Mutual labels:  codelytv, codely
Play Java Starter Example
Play starter project in Java (ideal for new users!)
Stars: ✭ 164 (+343.24%)
Mutual labels:  example, example-project
Cppandroidiosexample
An application example using the same C++ code on both an Android project and an iPhone project.
Stars: ✭ 191 (+416.22%)
Mutual labels:  example, example-project
Play Scala Isolated Slick Example
Example Play Slick Project
Stars: ✭ 155 (+318.92%)
Mutual labels:  example, example-project
Play Scala Starter Example
Play Scala Starter Template (ideal for new users!)
Stars: ✭ 238 (+543.24%)
Mutual labels:  example, example-project
SplashScreenExample
How to implement a Splash Screen in ReactNative
Stars: ✭ 14 (-62.16%)
Mutual labels:  example, example-project
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (+216.22%)
Mutual labels:  example, example-project
Godot tutorials
Code and examples for KidsCanCode Godot Tutorials.
Stars: ✭ 119 (+221.62%)
Mutual labels:  example, example-project
play-scala-seed.g8
Play Scala Seed Template: run "sbt new playframework/play-scala-seed.g8"
Stars: ✭ 66 (+78.38%)
Mutual labels:  example, example-project

β˜•πŸš€ Java Basic Skeleton: Save the boilerplate in your new projects

⚑ Start your Java projects as fast as possible

CodelyTV Workflow Status

ℹ️ Introduction

This is a repository intended to serve as a starting point if you want to bootstrap a Java project with JUnit and Gradle.

🏁 How To Start

  1. Install Java 17: brew install corretto or download it here
  2. Set it as your default JVM: export JAVA_HOME='/Library/Java/JavaVirtualMachines/amazon-corretto-17.jdk/Contents/Home'
  3. Clone this repository: git clone https://github.com/CodelyTV/java-basic-skeleton.
  4. Execute some Gradle lifecycle tasks in order to check everything is OK:
    1. Create the project JAR: make build
    2. Run the tests and plugins verification tasks: make test
  5. Start developing!

☝️ How to update dependencies

πŸ’‘ Related repositories

β˜• Java

🐘 PHP

🧬 Scala

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].