Commit Graph

131 Commits

Author SHA1 Message Date
Krzysiek 1022c706a4 JAVA-1088: Move java-generating-barcodes-qr-codes into spring-boot-libraries module 2020-03-20 23:49:49 +01:00
johnA1331 231a181804 Update README.md 2020-03-18 14:24:22 +08:00
johnA1331 0af09bf2c1 Update README.md 2020-03-18 13:36:41 +08:00
johnA1331 4616c3d389 Update README.md 2020-03-18 13:28:15 +08:00
johnA1331 18fdd2b6aa Update README.md 2020-03-18 13:14:22 +08:00
johnA1331 2c04d86977 Update README.md 2020-03-18 12:28:35 +08:00
Loredana Crusoveanu e072772bb6 Merge pull request #8899 from johnA1331/master
BAEL-23038
2020-03-17 16:01:51 +02:00
johnA1331 71b2a9308f Update README.md 2020-03-17 19:10:55 +08:00
johnA1331 e478767d6a Update README.md 2020-03-17 19:10:07 +08:00
Ashley Frieze 3750e28487 BAEL-3339 Remove unnecessary Spring Security Core dependency 2020-03-15 11:07:17 +00:00
Greg a73eddb9ca Merge pull request #8824 from glmartin/master
Move of BeanDefinitionOverrideException Code
2020-03-12 11:22:45 -04:00
Greg Martin a597cb28ae Removed maven wrappers 2020-03-12 11:11:32 -04:00
Roman 8be4255cbb BAEL-3497 IntelliJ Cannot Resolve Spring Boot Configuration Properties (#8775)
Co-authored-by: Oskar <>
2020-03-11 18:43:43 +00:00
Eric Martin 335127f269 Merge pull request #8808 from johnA1331/master
github-related test fix - 18-02-2020
2020-03-09 20:49:51 -05:00
Mona Mohamadinia a2488e4943 Bael 3653: Adding Pageable Support (#8766)
* Removed the commented code

* Upgrading the Spring Doc Version

* Adding the Pageable Example

In order to use `Pageable`, I had to add `spring-data-jpa` dep and H2. Also, the Spring doc version was quite outdated, so an upgrade for that, too.

* Adding the Pageable Example

In order to use `Pageable`, I had to add `spring-data-jpa` dep and H2. Also, the Spring doc version was quite outdated, so an upgrade for that, too.
2020-03-09 16:18:44 +00:00
Greg Martin abf1f21041 added the spring-boot-exceptions to the spring-boot-modules pom.xml. 2020-03-08 16:24:37 -04:00
Greg Martin 5b5b8a7ab0 Removed unused resource file 2020-03-07 15:00:14 -05:00
Greg Martin 9e969516f3 Moved the code samples for BeanDefinitionOverrideException to a new module. 2020-03-07 14:54:23 -05:00
amit.pandey aaa6b73c3f fix relative path warning. removed tab characters 2020-03-07 16:40:44 +05:30
amit.pandey fb515ed651 fix relative path warning 2020-03-07 16:25:11 +05:30
johnA1331 c0363dea2a Delete README.md 2020-03-07 11:03:19 +08:00
Jonathan Cook 9017853eeb Merge pull request #8569 from M-Abdelbaset/BAEL_3301_testing_@ConfigurationProperties
BAEL_3301_testing  @configuration properties
2020-03-04 21:59:35 +01:00
johnA1331 953b231114 Delete README.md 2020-03-02 18:30:42 +08:00
johnA1331 a762d9c675 Update README.md 2020-03-02 18:30:27 +08:00
johnA1331 2eb29cbecc Update README.md 2020-03-02 18:27:41 +08:00
johnA1331 ea6440d9d5 Update README.md 2020-03-02 18:25:54 +08:00
kwoyke 0568f91ae7 BAEL-3724: Add cross origin requests processing config (#8770) 2020-02-29 21:33:10 +01:00
kwoyke 36474ca59f BAEL-3802: Upgrade spring-boot-testing to Spring Boot 2.2.2 (#8779) 2020-02-29 21:19:47 +01:00
kwoyke 68ddd13015 JAVA-853: Move remaining spring-boot into spring-boot-modules (#8778)
* JAVA-853: Move remaining spring-boot into spring-boot-modules

* JAVA-853: Update README

* JAVA-853: Fix relativePath attributes in spring-boot-parent/* modules
2020-02-28 12:39:07 +11:00
m.raheem 2b44a323eb Autowiring ServerConfig in @Bean method test class 2020-02-27 16:59:16 +02:00
m.raheem 057cab32fc Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL_3301_testing_@ConfigurationProperties 2020-02-27 16:38:21 +02:00
Dhawal Kapil ee14a24bbe Merge pull request #8765 from Maiklins/JAVA-125-move-spring-boot-parent
Java-125 move spring boot parent
2020-02-24 22:31:34 +11:00
mikr d6cdbe793a Java-125 Move Spring Boot Parent to Spring Boot Modules 2020-02-24 09:22:14 +01:00
vatsalgosar f9d902c07b BAEL 3617 (#8510)
* BAEL-3617 - @ApiParam and @ApiModelProperty examples

* file formatted
2020-02-23 19:05:16 +00:00
mikr f96fa40ac2 Java-125 Move Spring Boot Parent to Spring Boot Modules 2020-02-22 20:08:14 +01:00
m.raheem b09f1d7fa9 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL_3301_testing_@ConfigurationProperties 2020-02-20 07:26:05 +02:00
m.raheem 4414f4f390 fixing formatting 2020-02-20 07:24:35 +02:00
dupirefr ddb928e2d1 * Moving articles from README as well
* Fixed pom.xml whitespaces
2020-02-17 07:30:41 +01:00
dupirefr 3232360885 * Added spring-boot-annotations dependencies as well 2020-02-17 07:25:28 +01:00
dupirefr 6cd76fbd61 * Moved annotations articles to new spring-boot-annotations module 2020-02-17 07:25:28 +01:00
dupirefr cd745e0b8d * Moved tests as well 2020-02-17 07:25:28 +01:00
dupirefr 29c8b8bf0d * Moved Accessing Spring MVC objects model in JavaScript 2020-02-17 07:25:28 +01:00
dupirefr e703f71ada * Moved Conditional Scheduling to spring-scheduling module 2020-02-17 07:25:28 +01:00
dupirefr dc569151df [BAEL-16532] Moving articles code out of spring-boot-mvc module (as they
don't belong there)

* Moved reference of Cache Eviction article as code has already been
moved
2020-02-17 07:25:27 +01:00
m.raheem 086adbd0c2 overriding properties section and changing article module 2020-02-16 14:57:46 +02:00
Priyesh Mashelkar 394711c03e BAEL-3499 Fixed integration test 2020-02-15 23:16:12 +00:00
Loredana Crusoveanu 7f2de2f176 Merge pull request #8705 from sampada07/BAEL-15988-feature-move
BAEL-15988 : Move articles out of spring-boot part 2
2020-02-11 19:26:38 +02:00
sampada 0a1ee41825 BAEL-15988 : package change from org.baeldung to com.baeldung 2020-02-11 10:54:54 +05:30
sampada 93770e684a BAEL-15988 : application.properties changes 2020-02-11 10:53:27 +05:30
sampada 2cc05b370b BAEL-15988 : Java file movement 2020-02-11 10:52:06 +05:30