Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclrchtr committed May 2, 2021
1 parent 2685022 commit 5a97b9d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 16 deletions.
10 changes: 10 additions & 0 deletions .idea/git_toolbox_prj.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/ConsumerApplication.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 21 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
# Gradle, Kotlin, Spring Skeleton ![main](https://github.com/mrclrchtr/gradle-kotlin-spring/workflows/CI/badge.svg)

This is a multi-project / multi-module skeleton with the following details:

- Gradle 7.0 (Kotlin DSL)
- Kotlin 1.5.0
- Spring 2.4.4
- Spring Dependency-Management
- Gradle 7.0 with buildSrc and Kotlin DSL
- Kotlin 1.4.31
- Spring 2.4.5
- Spring Dependency-Management

Additionally, I added a POC how Maven Publishing could work. In another project, I got it to work like this without
Spring boot on Gitlab. Unfortunately it doesn't work with the spring boot plugin in this example yet. But I think it can
help others to reach their goals.

If there are any questions or suggestions for improvement, issues, discussions and PRs are welcome.

## Run it!
The factory:


## Run it!

The factory:

gradle :message-factory:bootRun
The Dashboard:

The Dashboard:

gradle :message-dashboard:bootRun
And now visit http://localhost:8080/dashboard/Mr.Bean
You can enter every name in place of "Mr.Bean".

And now visit <http://localhost:8080/dashboard/Mr.Bean>

You can enter every name in place of "Mr.Bean".

0 comments on commit 5a97b9d

Please sign in to comment.