Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new Demo projects for beginners #24

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions ecosystem.html
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,19 @@ <h3>
with zero Java code.
For that, a new SQL dialect and a servlet for standalone execution of templates are introduced.</p>
</section>
<section class="subsection">
<header>
<h3>
<a id="simple-todo-application" href="#simple-todo-application" class="anchor"></a>
A Simple TODO Application with Spring Boot + Thymeleaf + MySql
</h3>
</header>
<p class="community-authors">by Erhun Bayçelik</p>
<p><a href="https://github.com/muzir/Kek">https://github.com/muzir/Kek</a></p>

<p>This demo application use the following technologies Spring Boot+Thymeleaf+MySql. Demo is a A Simple TODO Application which is Live on free dyno on Heroku. You can also test/use it on below link. Any problem you may face you can Open issue on home page of the application or from github issues.</p>
<p>http://protected-headland-36185.herokuapp.com/kek/home</p>
</section>
</section>
</main>
</div>
Expand Down