File tree 1 file changed +19
-7
lines changed
1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change 1
- # ☕🚀 Java DDD example: Save the boilerplate in your new projects
2
-
3
- <img src =" http://codely.tv/wp-content/uploads/2016/05/cropped-logo-codelyTV.png " align =" left " width =" 192px " height =" 192px " />
4
- <img align =" left " width =" 0 " height =" 192px " hspace =" 10 " />
1
+ <p align =" center " >
2
+ <a href =" https://codely.com " >
3
+ <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="https://codely.com/logo/codely_logo-dark.svg">
5
+ <source media="(prefers-color-scheme: light)" srcset="https://codely.com/logo/codely_logo-light.svg">
6
+ <img alt="Codely logo" src="https://codely.com/logo/codely_logo.svg">
7
+ </picture>
8
+ </a >
9
+ </p >
10
+
11
+ <h1 align =" center " >
12
+ ☕🚀 Java DDD example: Save the boilerplate in your new projects
13
+ </h1 >
14
+
15
+ <p align =" center " >
16
+ <a href="https://github.com/CodelyTV"><img src="https://img.shields.io/badge/Codely-OS-green.svg?style=flat-square" alt="Codely Open Source projects"/></a>
17
+ <a href="https://pro.codely.com"><img src="https://img.shields.io/badge/Codely-Pro-black.svg?style=flat-square" alt="Codely Pro courses"/></a>
18
+ <a href="https://github.com/CodelyTV/java-ddd-example/actions"><img src="https://github.com/CodelyTV/java-ddd-example/workflows/CI/badge.svg" alt="CI pipeline status"></a>
19
+ </p >
5
20
6
21
> ⚡ Start your Java projects as fast as possible
7
22
8
- [ ![ CodelyTV] ( https://img.shields.io/badge/codely-tv-green.svg?style=flat-square )] ( https://codely.tv )
9
- [ ![ CI pipeline status] ( https://github.com/CodelyTV/java-ddd-example/workflows/CI/badge.svg )] ( https://github.com/CodelyTV/java-ddd-example/actions )
10
-
11
23
## ℹ️ Introduction
12
24
13
25
This is a repository intended to serve as a starting point if you want to bootstrap a Java project with JUnit and Gradle.
You can’t perform that action at this time.
0 commit comments