amit2103
f2128ad054
Bael 5249 cleanup ( #4108 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-5249] - 21.02 - pom cleanup - formatted pom.xml
2018-04-26 14:37:47 +02:00
Doha2012
d0b42d10f2
modify tomcat dependency ( #3806 )
2018-03-12 22:21:45 +02:00
Doha2012
fe0e0ba115
upgrade boot parent ( #3352 )
...
* make sure modules using java8
* move url matching code
* upgrade boot parent
* minor cleanup
2018-01-05 20:56:21 +01:00
Doha2012
7114e3965b
fix spring config ( #2374 )
...
* fix spring config
* fix spring config
2017-08-05 15:48:10 +03:00
Doha2012
2b374fa8ae
cleanup pom ( #1846 )
...
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
* remove log4j dependencies
* remove commons-logging
* merge
* fix conflict
* exclude commons-logging dependency
* cleanup
* minor fix
* minor fix
* fix dependency issues
* Revert "fix dependency issues"
This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.
* fix dependency issues
* minor fix
* minor fix
* minor fix
* cleanup generated files
* fix commons-logging issue
* add parent to pom
* cleanup parent dependencies
* cleanup pom
* cleanup pom
2017-05-14 11:01:35 -05:00
Doha2012
7c73abdede
cleanup pom ( #1836 )
...
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
* remove log4j dependencies
* remove commons-logging
* merge
* fix conflict
* exclude commons-logging dependency
* cleanup
* minor fix
* minor fix
* fix dependency issues
* Revert "fix dependency issues"
This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.
* fix dependency issues
* minor fix
* minor fix
* minor fix
* cleanup generated files
* fix commons-logging issue
* add parent to pom
* cleanup parent dependencies
* cleanup pom
2017-05-12 13:32:54 -05:00
mariiakulik
e5ecd86f27
README files update ( #1195 )
...
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.MD
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.MD
* Create README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.MD
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Delete README.md
2017-02-19 22:22:43 +01:00
eugenp
84ecb92f45
minor boot upgrade
2017-02-10 10:13:14 +02:00
eugenp
6886ebc511
minor maven cleanup
2016-12-22 09:15:11 +02:00
DOHA
a4bccbf184
upgrade dependencies
2016-12-07 00:18:52 +02:00
Grzegorz Piwowarek
da66ba8955
Remove unnecessary comments
2016-11-19 08:30:42 +02:00
Prashant Khanal
6d8a11f0a6
@Qualifier annotation removed
2016-11-18 11:15:38 -08:00
oreva
807a4d2db9
Implemented changes regarding the latest review.
2016-11-06 12:07:51 +02:00
oreva
4d46d52733
Patch 0001-Code-cleanup.patch applied.
2016-11-06 10:23:19 +02:00
oreva
309e1a2da7
Options to send different types of emails were moved to the home page.
2016-10-06 12:53:00 +03:00
oreva
2f4ac59c54
Unused imports removed; Application filed cleaned up from the logic of sending email on startup.
2016-09-18 20:53:09 +03:00
oreva
b86dd316bb
README.md file added.
2016-09-18 20:47:55 +03:00
oreva
095fe5625a
Implemented changes according to the latest comments in my pull request.
...
Now we can send email from the web. Access: http://localhost:8080
2016-09-13 09:35:23 +03:00
oreva
6a599b9406
pom_old.xml deleted.
2016-08-29 11:49:29 +03:00
oreva
31bac637ac
Changed application.properties on defaults for username and pwd.
2016-08-23 00:04:26 +03:00
oreva
faf368d10c
Spring-boot-starter-mail provided succsessfully.
2016-08-22 23:58:18 +03:00
oreva
468ccfc216
Spring-boot-starter-mail added. Don't work (JavaMailSender is not created automatically).
2016-08-18 22:33:41 +03:00
oreva
8c21d6a3b0
My personal username and pwd removed, test strings added instead.
2016-07-28 21:57:56 +03:00
oreva
2bef18b3db
Validation for empty "to" and "from" fields added.
2016-07-28 21:56:36 +03:00
oreva
24c25206a4
Spring MVC Email application added.
2016-07-28 18:41:17 +03:00