Skip to content

Releases: PouyaPouryaie/basicFeaturesForSpringProject

springBoot BoilerPlate - 1.8.0

30 Jul 10:44
Compare
Choose a tag to compare

all feature from previous release also add new feature.

execute batch tools: how you can use batch config and use for update and insert data to db

springBoot BoilerPlate - 1.7.0

30 Jul 10:16
Compare
Choose a tag to compare

all feature from previous release also add new feature.

message bundle: how you can use Internationalization and define message source to use in spring boot application

springBoot BoilerPlate - 1.6.0

19 Jun 11:27
Compare
Choose a tag to compare

all feature from previous release also add new feature.

jobs tool: you can define any class that Implement Runnable and define trigger for it in properties file. after that if you define bean for the class with name as like as name in properties file, automatically jobsConfig create scheduler task for it and run it in app.

springBoot BoilerPlate - 1.5.0

14 Feb 13:31
Compare
Choose a tag to compare

all feature from previous release also add new feature.

  • add jasypt for encrypt and decrypt db-password for improve security

springBoot BoilerPlate - 1.4.0

29 Oct 09:11
Compare
Choose a tag to compare

Best and final features belongs to repository and search template.
also Some bug is fixed, also some part is clean.

Boilerplate springBoot2 - 1.3.0

30 Sep 10:37
Compare
Choose a tag to compare

This release add all feature needed for customize data-source such as connection-pool. also support combine with older feature release

Boilerplate spring - 1.2.0

19 Sep 13:53
Compare
Choose a tag to compare

add connection-pool config to code also improve code and bug fix code

Release 1.1.0

11 Sep 10:49
Compare
Choose a tag to compare

Add Test-container feature also bug Fix

Release 1.0.0

10 Sep 13:12
Compare
Choose a tag to compare

this release contain all basic feature and definition, every one needed for create Monolithic app base on spring framework and develop own application

First Useable Source

01 Sep 17:13
Compare
Choose a tag to compare

this release contain Basic feature for you, if you want create monolithic project (easy to use) base on spring framework. this release can help you.