Releases: PouyaPouryaie/basicFeaturesForSpringProject
springBoot BoilerPlate - 1.8.0
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
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
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
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
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
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
add connection-pool config to code also improve code and bug fix code
Release 1.1.0
Add Test-container feature also bug Fix
Release 1.0.0
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
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.