Commit Graph

51 Commits

Author SHA1 Message Date
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
lor6 3952b7ef59 remove keycloak, refactor packages (#2963) 2017-11-05 18:32:37 +02:00
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 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
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
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
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
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
lor6 196b869fff remove security (#1765) 2017-05-01 18:35:13 +02:00
lor6 0735c03154 togglz aspect (#1743)
* togglz aspect

* formatting

* trigger travis build
2017-04-30 10:39:11 +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 a3926e4204 separate test datasource (#1575)
* separate test datasource

* remove hsqldb

* fix var name

* move config class
2017-04-07 15:30:29 -05:00
lor6 a794db3183 internationalization app (#1394) 2017-03-16 21:30:52 -05:00
Ahmed-Saied a7bafc0775 spring boot test (#1322)
* spring boot test

* testing in spring boot article
2017-03-07 17:01:44 +01:00
Adam InTae Gerard 41bf9ddd6d BAEL-9 Final (#1262)
* BAEL-9 #3

* pom.xml fix

* Final
2017-03-01 22:29:55 -06: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 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
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
Anil Bhaskar 9c8ef99ed3 updating latest versions for webjars (#741) 2016-10-11 15:33:49 +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 1d511d4336 Injecting CommitId Into a Spring Bean (#599)
* initial

* working

* added injection test
2016-08-14 15:54:46 +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
chernykhalexander e3c28f6dcd merge into spring-boot module 2016-07-16 01:38:48 +03: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
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
Julius Krah fff769ed9d added source for 'A Guide to Spring Boot in Eclipse' 2016-07-06 16:09:24 +00: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 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