Commit Graph

326 Commits

Author SHA1 Message Date
Seun Matt 04cca3a62d updated example source code 2018-04-05 19:29:12 +01:00
Seun Matt 6b02742728 updated properties file for example 2018-04-05 01:27:37 +01:00
Seun Matt 099278bfb8 added example code for BAEL-1682 2018-04-05 01:04:02 +01:00
Mher Baghinyan 19fb7ef5a2 Bael 1625 (#3831)
* shutdown boot app

* test the ctx.close()

* application shutdown test

* BAEL-1625

* /shutdown endpoint test

* bring back the closeApplication

* @Ignore shutdown endpoint test
2018-04-02 07:56:55 +02:00
Nikhil Khatwani 8b647650e2 Changes for BAEL-1653 2018-03-28 13:10:09 +05:30
Doha2012 d0b42d10f2 modify tomcat dependency (#3806) 2018-03-12 22:21:45 +02:00
Eugen Paraschiv 8d633d6402 formatting work 2018-03-04 17:53:14 +02:00
Eugen Paraschiv 5fd8e4293e cleanup work for tests 2018-03-04 17:52:56 +02:00
Eugen Paraschiv d2a2a65566 cleanup work 2018-03-04 17:39:09 +02:00
Rokon Uddin Ahmed c10cb80823 02.03 (#3747)
* 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

* Update README.md

* Update README.md

* Update README.md
2018-03-02 18:40:04 +02:00
Loredana Crusoveanu 70b81ca807
Merge pull request #3529 from eugenp/internationalization-assets
remove enablemvc
2018-01-27 18:08:55 +02:00
Loredana Crusoveanu 999dfbf381 remove enablemvc 2018-01-27 17:43:23 +02:00
Eugen Paraschiv 70e4a55256 minor import cleanup 2018-01-25 11:33:50 +02:00
Dassi orleando af3edc477d BAEL-1273: Display RSS feed with spring mvc (AbstractRssFeedView) (#3490)
* BAEL-1216: improve tests

* BAEL-1448: Update Spring 5 articles to use the release version

* Setting up the Maven Wrapper on a maven project

* Add Maven Wrapper on spring-boot module

* simple add

* BAEL-976: Update spring version

* BAEL-1273: Display RSS feed with spring mvc (AbstractRssFeedView)
2018-01-22 19:43:24 -08:00
aietcn 7e7ccc7eb3 BAEL-1416 quick guide to kong (#3448)
* BAEL-1416 quick guide to kong

* refactor kong samples
2018-01-20 10:09:55 +01:00
Dassi orleando 0859445178 BAEL-1318: Add Maven Wrapper to spring-boot module (#3390)
* BAEL-1216: improve tests

* BAEL-1448: Update Spring 5 articles to use the release version

* Setting up the Maven Wrapper on a maven project

* Add Maven Wrapper on spring-boot module

* simple add
2018-01-10 21:18:47 -08:00
abialas ccf1f4ed27 BAEL-1412 add java 8 spring data features (#3306) 2018-01-01 14:07:35 +02:00
Grzegorz Piwowarek c7ba3a08aa
Build optimize (#3328)
* CustomConverterIntegrationTest

* StringToEmployeeConverterControllerIntegrationTest

* PersonsRepositoryIntegrationTest

* Refactor spring-rest-embedded-tomcat pom

* Disable Rxjava test
2017-12-30 23:10:54 +01:00
Ahmed Tawila 3bcff4672e fix spring boot project failure (#3267) 2017-12-19 07:38:39 +01:00
Rokon Uddin Ahmed b59226a68c 12.12 (#3219)
* 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

* 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

* Create README.md

* Update readme.md

* Update README.md

* Update README.md

* Update README.md
2017-12-12 07:32:35 +01:00
chrisoberle 375d7373ea move datasource routing example to spring-jpa module (#3076) 2017-11-18 14:15:11 -08:00
Grzegorz Piwowarek 7a21f5ee85
Move data.sql - schema.sql (#3067) 2017-11-17 07:22:09 +01:00
Grzegorz Piwowarek 34ad3ad29b
Build opt (#3062)
* spring-boot-admin

* Optimization
2017-11-16 22:59:02 +01:00
chrisoberle 25fe85d849 rename client databases and switch from 3 to 2 of them (#3028) 2017-11-13 08:36:30 -08:00
chrisoberle 3bb538a2f7 BAEL-1314 Guide to AbstractRoutingDatasource (#2989)
* BAEL-1314 initial import.  Guide to AbstractRoutingDatasource.

* BAEL-1314 Guide to Spring AbstractRoutingDatasource

* update test name and rename test classes

* move dsrouting example to spring-boot project.  rename db create script.
2017-11-09 16:15:03 -08:00
lor6 30d8509b44
Update README.MD 2017-11-07 14:46:21 +02:00
lor6 3952b7ef59 remove keycloak, refactor packages (#2963) 2017-11-05 18:32:37 +02:00
Yasin Bhojawala b32cd7a635 Add example for implicit conversion in controller methods 2017-11-04 18:12:45 +05:30
Michael C Good 73ae3cfb1a BAEL-1238 (#2941)
* michael.good703@gmail.com

michael.good703@gmail.com

* michael.good703@gmail.com

michael.good703@gmail.com

* michael.good703@gmail.com

michael.good703@gmail.com

* update

* michael.good703@gmail.com

Had to add @SpringBootApplication(exclude = MySQLAutoconfiguration.class)

* Updated for 3.3.0.Final

BAEL-1238

* Update pom.xml

* BAEL-1238

Added new module spring-boot-keycloak and removed Keycloak code from spring-boot module

* Minor changes to pom.xml

* Update CustomConverterTest.java

* Update StringToEmployeeConverter.java

* Update GenericBigDecimalConverter.java

* Update MyFeatures.java

* Update .gitignore

* Formatting changes

* "Resolving conflicts"

* Updated spring-boot to remove keycloak

* Updated to see

* Update

* Updated

* Found remnant file and deleted it
2017-11-03 07:09:31 -07:00
Michael C Good 73bfdda38d BAEL-1238 Quick Guide to Using Keycloak with a Spring Boot Application (#2908)
* michael.good703@gmail.com

michael.good703@gmail.com

* michael.good703@gmail.com

michael.good703@gmail.com

* michael.good703@gmail.com

michael.good703@gmail.com

* update

* michael.good703@gmail.com

Had to add @SpringBootApplication(exclude = MySQLAutoconfiguration.class)
2017-10-29 20:09:22 -07:00
Grzegorz Piwowarek 2f060a8f28
Revert KeycloakConfigurationTest (#2905) 2017-10-29 16:55:06 +01:00
Grzegorz Piwowarek 95cf16de28 Spring Boot Bootstrap upgrade (#2904) 2017-10-29 10:05:26 -05:00
Yasin Bhojawala 7c2b4e6f88 format code 2017-10-29 19:20:54 +05:30
Yasin Bhojawala 729c392019 BAEL-1217 fixed failing tests 2017-10-29 19:16:42 +05:30
Yasin Bhojawala 9fee77a9d9 reverting unnecessary files 2017-10-29 17:24:59 +05:30
Yasin Bhojawala e56da99216 BAEL-1217 Guide to Spring Type Conversions
Review comments
2017-10-29 17:20:47 +05:30
Yasin Bhojawala 89f9e2fed6 reverting .gitignore changes 2017-10-28 20:43:39 +05:30
Yasin Bhojawala 7ad1e5692b BAEL-1217 Guide to Spring Type Conversions 2017-10-28 20:41:20 +05:30
Michael C Good dc349c17a8 BAEL-1238 michael.good703@gmail.com (#2879)
* michael.good703@gmail.com

michael.good703@gmail.com

* michael.good703@gmail.com

michael.good703@gmail.com

* michael.good703@gmail.com

michael.good703@gmail.com

* update
2017-10-26 21:32:25 -07:00
Rokon Uddin Ahmed f3557dec41 16.09 (#2628)
* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create 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

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create 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

* 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

* Update README.md

* Update README.MD

* Create README.md

* Update README.md

* Update README.md

* Update README.md
2017-09-16 12:26:29 +03:00
eugenp 1cba1b043c minor formatting cleanup 2017-08-24 13:11:52 +03:00
Graham Cox 706b3d6c67 Example for a GraphQL Application in Spring Boot (#2477) 2017-08-21 21:01:41 +02:00
Doha2012 a4132df3e5 fix pom (#2423)
* fix spring config

* fix spring config

* fix spring config

* minor fix

* fix spring-boot module

* fix pom
2017-08-12 07:49:55 +02:00
Doha2012 dc3589a7a0 fix spring-boot module (#2422)
* fix spring config

* fix spring config

* fix spring config

* minor fix

* fix spring-boot module
2017-08-11 23:02:08 +03:00
Grzegorz Piwowarek f8bf4038f1 Optimize and refactor (#2302) 2017-07-21 13:37:49 +03:00
Rokon Uddin Ahmed 8ca38e15da Github11.07 (#2254)
* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create 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

* Update README.md
2017-07-13 15:43:43 +02:00
Grzegorz Piwowarek 84956990b6 Build optimization (#2253) 2017-07-12 19:28:47 +02:00
Grzegorz Piwowarek 9a759db290 Create README.MD (#2075) 2017-06-15 16:11:50 +02:00
ramansahasi 69b4a05eb8 BAEL-859 (updated) How to display/list all Spring-managed beans? (#2064)
* Separating displayAllBeans logic from main method

* Removing as 'Person' bean is no longer used

* Removing as 'Person' bean is no longer used

* Removing as 'Person' bean is no longer used

* Added FooService and FooController

* Changed test cases as per new configuration

* Template to handle front-end view

* Fixed spacing issue

* Fixed spaces

* Fixed spacing issue
2017-06-13 17:13:16 +02:00
Yasin 4b1d0217e9 BAEL-252 A Java Client to consume a WebSockets API (#2048)
* BAEL-900 Guide to dynamic tests in Junit 5

* BAEL-900 Guide to Dynamic Tests in Junit 5

* Revert "BAEL-900 Guide to Dynamic Tests in Junit 5"

This reverts commit d0d45c9067223347da20d0f2c80de391fcade38e.

* BAEL-900 Guide to Dynamic Tests in Junit 5

* BAEL-900 Guide to dynamic tests in Junit 5

* removed unnecessary annotation

* BAEL-900 unused imports removed

* BAEL-900 simplified input generator code

* BAEL-252 A Java Client to consume a WebSockets API
2017-06-11 17:47:39 +02:00
ramansahasi 40dc547558 BAEL-859 How to display/list all Spring-managed beans? (#2021)
* Display all beans in Spring Container

* Display all spring managed beans

Add code to configure 'beans' endpoint.

* Added 'spring-boot-starter-test' dependency

Added 'spring-boot-starter-test' dependency with scope 'test'

* Display all spring managed beans Test cases

Added test cases for 'Display all spring managed beans' module.
2017-06-08 22:34:43 +02:00
MMonik 48e5fabb05 Update README.MD (#1918) 2017-05-24 18:48:16 +02:00
MMonik 3cd52788b4 Update README.MD (#1916) 2017-05-24 18:46:43 +02:00
Doha2012 48cd6f876f Fix test names (#1853)
* 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

* add missing parent

* fix logging issue

* fix test names
2017-05-15 11:35:14 -05: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
lor6 cb57a8d0c6 small fix (#1809) 2017-05-08 14:46:14 +02:00
Kalyan 0bcd8514cf BAEL-252 A Java Client to Consume a WebSockets API (#1805)
* @BAEL-252 - Initial checkin

* BAEL-252 : Added junit tests

* @BAEL-252(A Java Client to consume a WebSockets API) : Fixed the junit name

* BAEL-252 A Java Client to Consume a WebSockets API
Fixed junit test name as per the standard
2017-05-07 20:07:36 +02:00
Kalyan 4a3662b4ab BAEL-252(A Java Client to consume a WebSockets API) (#1791)
* @BAEL-252 - Initial checkin

* BAEL-252 : Added junit tests
2017-05-06 22:25:39 +02:00
pivovarit 67968089a0 Use newer runners 2017-05-05 16:11:13 +02:00
pivovarit 86a893d454 Refactor SpringBootProfileIntegrationTest 2017-05-05 07:06:19 +02:00
Yasin 14f90c8636 BAEL-905 Improvements in spring boot testing (#1783)
* BAEL-88 Testing in Spring Boot

* BAEL-88 Integration tests fixed.

* BAEL-905 Improvement task for spring boot testing

* BAEL-905 Improvement task for spring boot testing
2017-05-04 21:53:03 +02:00
lor6 196b869fff remove security (#1765) 2017-05-01 18:35:13 +02:00
Grzegorz Piwowarek f5f3e48f61 Update and rename ToggleTest.java to ToggleIntegrationTest.java (#1755) 2017-04-30 19:05:57 +02:00
lor6 0735c03154 togglz aspect (#1743)
* togglz aspect

* formatting

* trigger travis build
2017-04-30 10:39:11 +02:00
Yasin 0af476db52 BAEL-88 Integration tests fixed. (#1739)
* BAEL-88 Testing in Spring Boot

* BAEL-88 Integration tests fixed.
2017-04-26 20:17:03 +02:00
Grzegorz Piwowarek 722ce8fba4 Merge aspectj -> spring-aop (#1737) 2017-04-26 18:11:15 +02:00
Yasin cee7e71400 BAEL-88 Testing in Spring Boot (#1722) 2017-04-25 07:05:40 +02:00
Chandravadan S 4d17d26405 Bael 697 - @ConfigurationProperties in Spring Boot (#1712)
* Initial commit for @ConfigurationProperties

(BAEL-697)

* Additional validations added

(BAEL-697)

* Formatting changes

* Updated main properties file

* Minor changes to pass TravisCI

(BAEL-697)

* Optimisation of imports

(BAEL-697)

* Renamed ConfigPropertiesTest to Integration test

(BAEL-697)
2017-04-24 08:38:53 +02:00
KevinGilmore c4d9be177f BAEL-761: Updated README.md (#1713)
* Add files via upload

* Update pom.xml

* Update RunGuice.java

* Update Communication.java

* Update CommunicationMode.java

* Update DefaultCommunicator.java

* Update EmailCommunicationMode.java

* Update IMCommunicationMode.java

* Update SMSCommunicationMode.java

* Update MessageLogger.java

* Update MessageSentLoggable.java

* Update AOPModule.java

* Update BasicModule.java

* Update CommunicationModel.java

* Update Communicator.java

* Update BasicModule.java

* Update RunGuice.java

* Update MessageLogger.java

* Update Communicator.java

* Update pom.xml

* BAEL-278: Updated README.md

* BAEL-554: Add and update README.md files

* Update pom.xml

* Update pom.xml

* Update pom.xml

* BAEL-345: fixed assertion

* BAEL-109: Updated README.md

* BAEL-345: Added README.md

* Reinstating reactor-core module in root-level pom

* BAEL-393: Adding guide-intro module to root pom

* BAEL-9: Updated README.md

* BAEL-157: README.md updated

* Changed project name

* Update RunGuice.java

Removed references to message logging and output

* Update Communication.java

Removed message logging-related code

* BAEL-566: Updated README.md

* New project name

* BAEL-393: removing guice-intro directory

* BAEL-393: renamed module guice-intro to guice in root pom.xml

* BAEL-393 and BAEL-541 README.md files

* BAEL-731: Updated README.md

* BAEL-680: renamed test methods

* BAEL-714: Updated README.md

* BAEL-737: Updated README.md

* BAEL-680 and BAEL-756 README.md updates

* BAEL-666: Updated README

* BAEL-415: Custom Scope

* BAEL-415: Custom Scope - renamed classes to reflect TenantScope

* README file updates for BAEL-723, BAEL-763, and BAEL-415

* BAEL-735: README

* BAEL-567: README

* BAEL-736: README

* BAEL-766: Update README

* BAEL-555: README update

* BAEL-761: README update
2017-04-23 13:51:45 -05:00
Grzegorz Piwowarek f88d40442c Refactor MySQLAutoconfiguration (#1703) 2017-04-22 14:19:39 +02:00
lor6 aa08d1262b spring boot mysql autoconfiguration (#1639)
* spring boot mysql autoconfiguration

* exclude autoconfig from other main classes

* update property condition
2017-04-19 17:49:09 -05:00
lor6 4c6b529571 Bael 736 ver2 (#1693)
* add notnull

* fix formatting
2017-04-19 21:03:01 +02:00
Grzegorz Piwowarek bc6bcc3caf Mark integration tests (#1690) 2017-04-19 19:27:30 +02:00
lor6 699cf9d77b Bael 736 (#1685)
* dynamic validation

* small fixes

* remove set property

* fix conflicts

* fix conflicts

* add optional

* small fix

* update get
2017-04-19 14:27:02 +02:00
mariiakulik a5f4ae927d Readme files update (#1680)
* 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

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.MD

* Update README

* Rename README to 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

* Update README.md

* Update README.md

* Update README.md
2017-04-18 22:20:20 +02:00
Yasin 553c368b5b BAEL-88 Testing in Spring Boot (#1679)
Review comments
2017-04-18 19:42:29 +02:00
Doha2012 7525544e09 use standard logback.xml (#1666)
* 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
2017-04-17 18:41:23 +02:00
Yasin b7d6487547 BAEL-88 Testing in Spring Boot (#1653)
* yasin.bhojawala@gmail.com

Evaluation article on Different Types of Bean Injection in Spring

* Revert "yasin.bhojawala@gmail.com"

This reverts commit 963cc51a7a15b75b550108fe4e198cd65a274032.

* Fixing compilation error and removing unused import

* Introduction to Java9 StackWalking API - yasin.bhojawala@gmail.com

Code examples for the article "Introduction to Java9 StackWalking API"

* BAEL-608 Introduction to Java9 StackWalking API

* BAEL-608 Introduction to Java9 StackWalking API

changing the test names to BDD style

* BAEL-608 Introduction to Java9 StackWalking API

correcting the typo

* BAEL-608 Introduction to Java9 StackWalking API

improving method names

* BAEL-608 Introduction to Java9 StackWalking API

test method names improvements

* BAEL-718 Quick intro to javatuples

* merging pom from master

* BAEL-722 Intro to JSONassert

* BAEL-722 Intro to JSONassert

Updated to 1.5.0

* BAEL-745 Quick Math.pow example

* BAEL-729 Adding custom info to actuator's /info endpoint

* BAEL-88 Testing in Spring Boot

* BAEL-88 Testing in Spring Boot
2017-04-15 17:45:26 +02:00
KevinGilmore 2dbca951cb BAEL-736 Update README (#1651)
* Add files via upload

* Update pom.xml

* Update RunGuice.java

* Update Communication.java

* Update CommunicationMode.java

* Update DefaultCommunicator.java

* Update EmailCommunicationMode.java

* Update IMCommunicationMode.java

* Update SMSCommunicationMode.java

* Update MessageLogger.java

* Update MessageSentLoggable.java

* Update AOPModule.java

* Update BasicModule.java

* Update CommunicationModel.java

* Update Communicator.java

* Update BasicModule.java

* Update RunGuice.java

* Update MessageLogger.java

* Update Communicator.java

* Update pom.xml

* BAEL-278: Updated README.md

* BAEL-554: Add and update README.md files

* Update pom.xml

* Update pom.xml

* Update pom.xml

* BAEL-345: fixed assertion

* BAEL-109: Updated README.md

* BAEL-345: Added README.md

* Reinstating reactor-core module in root-level pom

* BAEL-393: Adding guide-intro module to root pom

* BAEL-9: Updated README.md

* BAEL-157: README.md updated

* Changed project name

* Update RunGuice.java

Removed references to message logging and output

* Update Communication.java

Removed message logging-related code

* BAEL-566: Updated README.md

* New project name

* BAEL-393: removing guice-intro directory

* BAEL-393: renamed module guice-intro to guice in root pom.xml

* BAEL-393 and BAEL-541 README.md files

* BAEL-731: Updated README.md

* BAEL-680: renamed test methods

* BAEL-714: Updated README.md

* BAEL-737: Updated README.md

* BAEL-680 and BAEL-756 README.md updates

* BAEL-666: Updated README

* BAEL-415: Custom Scope

* BAEL-415: Custom Scope - renamed classes to reflect TenantScope

* README file updates for BAEL-723, BAEL-763, and BAEL-415

* BAEL-735: README

* BAEL-567: README

* BAEL-736: README
2017-04-15 10:00:58 -05:00
Grzegorz Piwowarek 14909f6c2f Refactor ContactInfoValidator (#1647)
* Refactor ContactInfoValidator

* Refactor ContactInfoValidator
2017-04-14 11:26:51 +02:00
lor6 2b8ba178e4 Bael 736 (#1646)
* dynamic validation

* small fixes

* remove set property

* fix conflicts

* fix conflicts

* add optional
2017-04-14 07:14:44 +02:00
lor6 2f34e89546 dynamic validation (#1621)
* dynamic validation

* small fixes
2017-04-12 06:38:44 -05:00
KevinGilmore 0acc76d0dc BAEL-735 README update (#1623)
* Add files via upload

* Update pom.xml

* Update RunGuice.java

* Update Communication.java

* Update CommunicationMode.java

* Update DefaultCommunicator.java

* Update EmailCommunicationMode.java

* Update IMCommunicationMode.java

* Update SMSCommunicationMode.java

* Update MessageLogger.java

* Update MessageSentLoggable.java

* Update AOPModule.java

* Update BasicModule.java

* Update CommunicationModel.java

* Update Communicator.java

* Update BasicModule.java

* Update RunGuice.java

* Update MessageLogger.java

* Update Communicator.java

* Update pom.xml

* BAEL-278: Updated README.md

* BAEL-554: Add and update README.md files

* Update pom.xml

* Update pom.xml

* Update pom.xml

* BAEL-345: fixed assertion

* BAEL-109: Updated README.md

* BAEL-345: Added README.md

* Reinstating reactor-core module in root-level pom

* BAEL-393: Adding guide-intro module to root pom

* BAEL-9: Updated README.md

* BAEL-157: README.md updated

* Changed project name

* Update RunGuice.java

Removed references to message logging and output

* Update Communication.java

Removed message logging-related code

* BAEL-566: Updated README.md

* New project name

* BAEL-393: removing guice-intro directory

* BAEL-393: renamed module guice-intro to guice in root pom.xml

* BAEL-393 and BAEL-541 README.md files

* BAEL-731: Updated README.md

* BAEL-680: renamed test methods

* BAEL-714: Updated README.md

* BAEL-737: Updated README.md

* BAEL-680 and BAEL-756 README.md updates

* BAEL-666: Updated README

* BAEL-415: Custom Scope

* BAEL-415: Custom Scope - renamed classes to reflect TenantScope

* README file updates for BAEL-723, BAEL-763, and BAEL-415

* BAEL-735: README
2017-04-10 21:21:05 -05:00
Doha2012 cc276589ec fix integration test (#1615)
* 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
2017-04-09 20:38:30 +02:00
lor6 a3926e4204 separate test datasource (#1575)
* separate test datasource

* remove hsqldb

* fix var name

* move config class
2017-04-07 15:30:29 -05:00
KevinGilmore 2dfd789a4d Update README files and cleanup (#1597)
* Add files via upload

* Update pom.xml

* Update RunGuice.java

* Update Communication.java

* Update CommunicationMode.java

* Update DefaultCommunicator.java

* Update EmailCommunicationMode.java

* Update IMCommunicationMode.java

* Update SMSCommunicationMode.java

* Update MessageLogger.java

* Update MessageSentLoggable.java

* Update AOPModule.java

* Update BasicModule.java

* Update CommunicationModel.java

* Update Communicator.java

* Update BasicModule.java

* Update RunGuice.java

* Update MessageLogger.java

* Update Communicator.java

* Update pom.xml

* BAEL-278: Updated README.md

* BAEL-554: Add and update README.md files

* Update pom.xml

* Update pom.xml

* Update pom.xml

* BAEL-345: fixed assertion

* BAEL-109: Updated README.md

* BAEL-345: Added README.md

* Reinstating reactor-core module in root-level pom

* BAEL-393: Adding guide-intro module to root pom

* BAEL-9: Updated README.md

* BAEL-157: README.md updated

* Changed project name

* Update RunGuice.java

Removed references to message logging and output

* Update Communication.java

Removed message logging-related code

* BAEL-566: Updated README.md

* New project name

* BAEL-393: removing guice-intro directory

* BAEL-393: renamed module guice-intro to guice in root pom.xml

* BAEL-393 and BAEL-541 README.md files

* BAEL-731: Updated README.md

* BAEL-680: renamed test methods

* BAEL-714: Updated README.md

* BAEL-737: Updated README.md

* BAEL-680 and BAEL-756 README.md updates

* BAEL-666: Updated README

* BAEL-415: Custom Scope

* BAEL-415: Custom Scope - renamed classes to reflect TenantScope

* README file updates for BAEL-723, BAEL-763, and BAEL-415
2017-04-05 17:49:18 -05:00
Wim Deblauwe bbcafe2e32 Feature/bael 87 (#1590)
* BAEL-87 - @JsonComponent in Spring Boot

* BAEL-87 - @JsonComponent in Spring Boot

* BAEL-87 - @JsonComponent in Spring Boot

Rename tests to end on *IntegrationTest so they can be run on a more powerful Jenkins machine
2017-04-05 11:01:21 +02:00
Grzegorz Piwowarek cb9c16a533 Optimize build (#1592)
* Optimize build

* Optimize build
2017-04-05 09:20:39 +02:00
Yasin a4f4301196 BAEL-729 Adding custom info to actuator's /info endpoint (#1584)
* yasin.bhojawala@gmail.com

Evaluation article on Different Types of Bean Injection in Spring

* Revert "yasin.bhojawala@gmail.com"

This reverts commit 963cc51a7a15b75b550108fe4e198cd65a274032.

* Fixing compilation error and removing unused import

* Introduction to Java9 StackWalking API - yasin.bhojawala@gmail.com

Code examples for the article "Introduction to Java9 StackWalking API"

* BAEL-608 Introduction to Java9 StackWalking API

* BAEL-608 Introduction to Java9 StackWalking API

changing the test names to BDD style

* BAEL-608 Introduction to Java9 StackWalking API

correcting the typo

* BAEL-608 Introduction to Java9 StackWalking API

improving method names

* BAEL-608 Introduction to Java9 StackWalking API

test method names improvements

* BAEL-718 Quick intro to javatuples

* merging pom from master

* BAEL-722 Intro to JSONassert

* BAEL-722 Intro to JSONassert

Updated to 1.5.0

* BAEL-745 Quick Math.pow example

* BAEL-729 Adding custom info to actuator's /info endpoint
2017-04-04 12:28:51 +02:00
Wim Deblauwe 8da820b35a BAEL-87 - @JsonComponent in Spring Boot (#1519) 2017-04-04 00:35:35 +02:00
Grzegorz Piwowarek 4d08f3db6d Refactor Analyzer examples (#1579)
* Refactor Analyzer examples

* Refactor Analyzer examples
2017-04-03 09:14:11 -05:00
lor6 1a05305b31 custom failureAnalyzer (#1559) 2017-04-02 21:18:07 -05:00
pivovarit 94e1fc2da6 Remove unused tests 2017-03-24 15:52:46 +01:00
KevinGilmore 32c21f2722 BAEL-731: Updated README (#1452)
* Add files via upload

* Update pom.xml

* Update RunGuice.java

* Update Communication.java

* Update CommunicationMode.java

* Update DefaultCommunicator.java

* Update EmailCommunicationMode.java

* Update IMCommunicationMode.java

* Update SMSCommunicationMode.java

* Update MessageLogger.java

* Update MessageSentLoggable.java

* Update AOPModule.java

* Update BasicModule.java

* Update CommunicationModel.java

* Update Communicator.java

* Update BasicModule.java

* Update RunGuice.java

* Update MessageLogger.java

* Update Communicator.java

* Update pom.xml

* BAEL-278: Updated README.md

* BAEL-554: Add and update README.md files

* Update pom.xml

* Update pom.xml

* Update pom.xml

* BAEL-345: fixed assertion

* BAEL-109: Updated README.md

* BAEL-345: Added README.md

* Reinstating reactor-core module in root-level pom

* BAEL-393: Adding guide-intro module to root pom

* BAEL-9: Updated README.md

* BAEL-157: README.md updated

* Changed project name

* Update RunGuice.java

Removed references to message logging and output

* Update Communication.java

Removed message logging-related code

* BAEL-566: Updated README.md

* New project name

* BAEL-393: removing guice-intro directory

* BAEL-393: renamed module guice-intro to guice in root pom.xml

* BAEL-393 and BAEL-541 README.md files

* BAEL-731: Updated README.md
2017-03-19 13:55:38 -05:00
mariiakulik 11536181b5 Update README.MD (#1433) 2017-03-19 01:05:04 +01:00
mariiakulik 6300112fc6 README files update (#1435)
* 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

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create 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

* Create README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.MD

* Create README.md
2017-03-18 20:25:06 +01:00
lor6 a794db3183 internationalization app (#1394) 2017-03-16 21:30:52 -05:00
Abhinab Kanrar c2bcb63384 changing banner format in plain text (#1417)
* rest with spark java

* 4

* Update Application.java

* indentation changes

* spring @requestmapping shortcuts

* removing spring requestmapping and pushing spring-mvc-java

* Joining/Splitting Strings with Java and Stream API

* adding more join/split functionality

* changing package name

* testcase change

* adding webutils

* adding testcase for WebUtils and ServletRequestUtils

* adding testcase

* spring-security-stormpath

* adding ratpack module

* adding pom.xml

* adding following modules with updated testcase : DB, Filter, Json

* adding spring-boot custom banner tutorial

* changing banner format in plain text

* Delete banner.txt~

* Delete b.txt~
2017-03-16 14:30:27 +01:00
Abhinab Kanrar d1233d0437 spring boot custom banner (#1412)
* adding ratpack module

* adding pom.xml

* adding following modules with updated testcase : DB, Filter, Json

* adding spring-boot custom banner tutorial
2017-03-15 13:41:43 +01:00
Grzegorz Piwowarek e46484df4c FooController refactor (#1345) 2017-03-09 19:28:47 +01:00
Grzegorz Piwowarek fde269c51e Rename classes (#1331) 2017-03-08 06:13:17 +01:00
Grzegorz Piwowarek 250cb7c164 Refactor Spring-boot-test examples (#1328)
* Refactor Spring-boot-test examples

* Refactor Spring-boot-test examples
2017-03-07 19:21:40 +01:00
Ahmed-Saied a7bafc0775 spring boot test (#1322)
* spring boot test

* testing in spring boot article
2017-03-07 17:01:44 +01:00
KevinGilmore 90969c9d58 BAEL-9: README.md file updated (#1310)
* BAEL-278: Updated README.md

* BAEL-554: Add and update README.md files

* BAEL-345: fixed assertion

* BAEL-109: Updated README.md

* BAEL-345: Added README.md

* Reinstating reactor-core module in root-level pom

* BAEL-393: Adding guide-intro module to root pom

* BAEL-9: Updated README.md
2017-03-05 19:20:14 -06:00
Adam InTae Gerard 41bf9ddd6d BAEL-9 Final (#1262)
* BAEL-9 #3

* pom.xml fix

* Final
2017-03-01 22:29:55 -06: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
Abhinab Kanrar 51756367ce adding testcase for WebUtils and ServletRequestUtils (#1193)
* rest with spark java

* 4

* Update Application.java

* indentation changes

* spring @requestmapping shortcuts

* removing spring requestmapping and pushing spring-mvc-java

* Joining/Splitting Strings with Java and Stream API

* adding more join/split functionality

* changing package name

* testcase change

* adding webutils

* adding testcase for WebUtils and ServletRequestUtils

* adding testcase
2017-02-18 16:54:41 +01:00
maibin 5f0f26e374 Merge pull request #1189 from AbhinabKanrar/patch-6
Update UtilsController.java
2017-02-17 17:46:09 +01:00
Abhinab Kanrar 88a9772694 Update UtilsController.java 2017-02-17 11:04:33 +05:30
Abhinab Kanrar de376eb0fc Update Application.java 2017-02-17 11:02:53 +05:30
Abhinab Kanrar 6b0e59afac Guide to the Spring WebUtils and ServletRequestUtils (#1184)
* rest with spark java

* 4

* Update Application.java

* indentation changes

* spring @requestmapping shortcuts

* removing spring requestmapping and pushing spring-mvc-java

* Joining/Splitting Strings with Java and Stream API

* adding more join/split functionality

* changing package name

* testcase change

* adding webutils
2017-02-16 17:15:08 +01:00
Tian Baoqiang cf87412c42 refined #BAEL-100 and remove Java EE app for simplicity (#1168) 2017-02-14 17:34:44 +01:00
Tian Baoqiang 58da4867bc rename #BAEL-100 tests to follow the standard naming convention (#1145) 2017-02-09 06:26:49 -06:00
eugenp 22241a4126 testing fix 2017-02-09 12:15:55 +02:00
eugenp b18f2a58c8 minor formatting cleanup 2017-02-09 11:53:06 +02:00
Tian Baoqiang 2c8e3c9179 #BAEL-100 tests and update spring boot to 1.5.1.RELEASE (#1135)
* add tests for #BAEL-100 and upgrade spring boot to 1.5.1.RELEASE

* uncomment integration test configurations
2017-02-08 19:51:21 +01:00
pivovarit 4771252f6b AppTest -> AppLiveTest 2017-02-04 17:22:28 +01:00
Jesus Boadas a78f9ad680 Revert "Building an Application with Spring Boot" (#1045) 2017-01-25 20:21:20 +01:00
Jesus Boadas e4bc0a44ce Move intro inside main src (#1037)
* Initial commit

* Initial commit

* deleted old files

* classNotFoundException-contextLoaderListener

* Spring Boot Application

* delete ClassNotFoundException

* Add intro package inside main source tree
2017-01-24 09:42:09 +01:00
Jesus Boadas c256938a1c Building an Application with Spring Boot (#1018)
* Initial commit

* Initial commit

* deleted old files

* classNotFoundException-contextLoaderListener

* Spring Boot Application

* delete ClassNotFoundException
2017-01-19 19:33:37 +01:00
Victor Mosin 02826096e9 Applied latest changes 2017-01-09 08:26:31 +01:00
pedja4 55113dd8fd Merge pull request #966 from vicmosin/master
BAEL-529 Spring data binders
2017-01-08 21:38:13 +01:00
Naoshadul Islam 8dc3487b67 Added relevant articles (#962)
* Added relevant articles

* Added relevant articles

* Created README.md and added relevant articles

* Added relevant articles

* Created README.md and added relevant articles

* Added relevant articles

* Added relevant articles

* Added relevnat articles

* Added relevant articles

* Added relevant articles

* Added relevant articles

* Added relevant articles

* Added relevant articles

* Added relevant articles

* Created README.md and added relevant articles

* Update README.md

* Added relevant articles

* Created README.md and added relevant articles

* Added relevant articles

* Update README.md

* Added relevant articles

* Added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Added relevant articles

* Added relevant articles

* Added relevant articles

* Added relevant articles

* Update README.md
2017-01-08 08:25:59 +01:00
Victor Mosin 753b309c3c Added ConverterFactory test 2017-01-07 17:31:53 +01:00
Victor Mosin 89f9f8c6bf BAEL-529 2017-01-06 18:01:48 +01:00
Naoshadul Islam 27bb95f572 Added relevant articles 2016-12-15 21:34:38 +01:00
eugenp ca617e425a naming in maven cleanup 2016-12-12 14:21:18 +02:00
DOHA 8c27b3240d upgrade dependencies 2016-12-09 23:14:10 +02:00
eugenp e3c677a305 simplifying the maven config 2016-12-08 19:43:50 +02:00
eugenp 906953e947 minor pom cleanup 2016-12-08 12:25:34 +02:00
Danil Kornishev 16b79db058 Added configs in the example 2016-12-07 12:36:12 -05:00
Danil Kornishev 58a863ddf9 Upped spring version 2016-12-05 17:29:09 -05:00
Danil Kornishev 13fdc6201d Converted tabs to spaces. Upped spring-boot version 2016-11-28 10:50:23 -05:00
DOHA 017dc13db1 add integration test profile 2016-10-20 13:44:16 +02:00
Naoshadul Islam 298c5e3091 Created README.md and added relevant articles (#742)
* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles
2016-10-16 13:25:05 +03:00
Naoshadul Islam d106b88635 Updated README.md 2016-10-16 13:05:59 +03:00
eugenp 856be0a08a formatting work 2016-10-12 08:02:05 +03:00
Anil Bhaskar 9c8ef99ed3 updating latest versions for webjars (#741) 2016-10-11 15:33:49 +02:00
Anil Bhaskar 9c252d8cc8 updating latest versions for webjars (#740) 2016-10-11 15:33:40 +02:00
Anil Bhaskar 28f88b0ca3 adding webjars code to spring-boot (#648)
merging the code and webjars different project cleanup
2016-08-30 22:20:06 +02:00
pared 09a32798eb Commit id plugin (#631)
* initial

* working

* added injection test

* [COMMIT-ID-PLUGIN] Add default value for testcheck

* pivovarit review refactor

* pivovarit review refactor

* add logback, log level: INFO

* return result in map

* remove config

* remove unnecessary commit id plugin section
2016-08-23 18:11:54 +02:00
pared eece33c816 Commit id plugin (#627)
* initial

* working

* added injection test

* [COMMIT-ID-PLUGIN] Add default value for testcheck

* pivovarit review refactor

* pivovarit review refactor

* add logback, log level: INFO

* return result in map

* remove config
2016-08-22 19:16:20 +02:00
pared 1fae5622b0 Commit id plugin (#626)
* initial

* working

* added injection test

* [COMMIT-ID-PLUGIN] Add default value for testcheck

* pivovarit review refactor

* pivovarit review refactor

* add logback, log level: INFO

* return result in map
2016-08-22 19:05:58 +02:00
pared 9549b15e49 Added logback.xml to spring-boot, log level: INFO (#609)
* initial

* working

* added injection test

* [COMMIT-ID-PLUGIN] Add default value for testcheck

* pivovarit review refactor

* pivovarit review refactor

* add logback, log level: INFO
2016-08-15 16:56:36 +02:00
Grzegorz Piwowarek c2e999f09f Fix GitCommitId example 2016-08-15 11:47:01 +02:00
Grzegorz Piwowarek ad9986874f Refactor CommitId examples 2016-08-15 11:33:21 +02:00
pared d7551dd761 Commit id plugin (#606)
* initial

* working

* added injection test

* [COMMIT-ID-PLUGIN] Add default value for testcheck

* pivovarit review refactor

* pivovarit review refactor
2016-08-15 11:16:28 +02:00
Grzegorz Piwowarek 91d12fe986 Refactor git commit id examples 2016-08-14 16:01:57 +02:00
pared 1d511d4336 Injecting CommitId Into a Spring Bean (#599)
* initial

* working

* added injection test
2016-08-14 15:54:46 +02:00
Grzegorz Piwowarek 414821e5ba Refactor Eager Loading vs Lazy Loading 2016-08-12 09:29:31 +02:00
Zeger Hendrikse b28e3e1389 Minor code clean-ups. 2016-08-04 00:47:10 +02:00
Julius Krah b18e9cf019 Source code for 'No Hibernate Session bound to thread' 2016-07-28 16:59:19 +00:00
Sergey Petunin cb8f58a9e7 Added examples for the @RestClientTest article, fixed mail port (#513) 2016-07-19 16:01:18 +03:00
Chernykh Alexander 5b28a3c19a fixed whitespaces 2016-07-16 01:47:48 +03:00
chernykhalexander e3c28f6dcd merge into spring-boot module 2016-07-16 01:38:48 +03:00
Zeger Hendrikse 7109aad7a5 Removed Eclipse files 2016-07-08 17:27:38 +02:00
Zeger Hendrikse 97313afc6d Replaced tabs by spaces 2016-07-08 13:49:04 +02:00
Julius Krah 60930fc567 Added fix for error 'Unable to find a single main class from the following candidates [org.baeldung.boot.DemoApplication, org.baeldung.main.SpringBootApplication]' 2016-07-07 23:27:34 +00:00
Zeger Hendrikse 3d0ce36f45 Replaced tabs by spaces 2016-07-08 01:08:32 +02:00
Zeger Hendrikse 8066195a85 Merge branch 'master' of https://github.com/juliuskrah/tutorials into juliuskrah-master 2016-07-08 01:06:13 +02:00
Julius Krah c9865a0dd4 resolved conflicts 2016-07-07 21:49:14 +00:00
Julius Krah d8a8ad354f added source for 'A Guide to Spring Boot in Eclipse'
Added eclipse formatter

Added source for 'A Guide to Spring Boot in Eclipse' and added eclipse
formatter for Baeldung
2016-07-07 21:31:26 +00:00
Zeger Hendrikse 1ccdc8f56e Merge branch 'master' of https://github.com/juliuskrah/tutorials into juliuskrah-master 2016-07-07 17:55:07 +02:00
Julius Krah fff769ed9d added source for 'A Guide to Spring Boot in Eclipse' 2016-07-06 16:09:24 +00:00
m0cacin0 779b8ecfd6 Create README.MD 2016-06-28 12:27:04 +03:00
eugenp 29deacf3b9 minor cleanup work 2016-04-25 22:46:36 +03:00
eugenp c467ca73e2 maven work 2016-03-06 11:49:59 +02:00
eugenp a5375cb90c minor upgrades 2015-09-22 12:17:53 +03:00
eugenp 84950189c6 small version bump 2015-09-07 10:40:49 +03:00
eugenp 5dcca02c96 formatting work 2015-07-23 17:13:49 +03:00
eugenp a1e7be16b8 formatting cleanup 2015-07-23 16:54:23 +03:00
eugenp c4f3a1d0c4 eclipse overall work 2015-06-20 05:52:12 +01:00
Gaurav Rai Mazra 9c9351d5e2 Common Configuration for Spring Boot Application 2015-06-02 20:29:02 +05:30
eugenp ef39c99334 configuration work 2015-05-30 18:33:23 +01:00
eugenp 6ce5db30be renaming the project 2015-05-30 18:25:29 +01:00