Sébastien Deleuze
66fa5c0450
Polish README.adoc
2023-01-09 12:03:37 +01:00
Sébastien Deleuze
6c5f47a49f
Upgrade to Spring Boot 3 and Kotlin 1.8
2023-01-09 11:38:17 +01:00
Sébastien Deleuze
37184766b5
Polishing
2023-01-09 11:30:41 +01:00
Sébastien Deleuze
0906a3d831
Use freeCompilerArgs += "-Xjsr305=strict"
...
See https://youtrack.jetbrains.com/issue/KT-41985
2023-01-09 10:01:34 +01:00
Sébastien Deleuze
b6ed535e3d
Polishing
2022-07-19 15:45:05 +02:00
Sébastien Deleuze
5249c93833
Upgrade to Spring Boot 2.7.1
...
- Fix H2 database support with Spring Boot 2.7+
- Upgrade Gradle, Kotlin, Spring Mockk as well
- Upate README.adoc accordingly
Closes gh-60
Closes gh-61
2022-07-19 15:41:59 +02:00
Nurgazy Nazhimidinov
67b1aac95a
Update README.adoc
...
Link was broken. I updated it.
2022-03-07 11:12:38 +01:00
Brian Clozel
3cdfdc8f10
Remove conditional Gradle/Maven sections
2021-07-28 11:54:10 +02:00
Sébastien Deleuze
e858e38350
Capitalize English
2021-05-24 16:11:46 +02:00
Sébastien Deleuze
e7d1cb9512
Upgrade dependencies
2021-04-01 18:19:02 +02:00
Sébastien Deleuze
388c395840
Upgrade dependencies
2021-04-01 18:14:16 +02:00
Alexander Constantin
e070b4033b
fix HttpControllersTests content type assertion
...
fix the assertion in the readme to be the same as in the example code
2021-04-01 18:12:10 +02:00
Sebastiaan Fernandez
e8f690df8b
Fix grammatical mistake in README.adoc
2021-04-01 18:02:02 +02:00
Brian Clozel
a25d4ef814
Fix images locations
2021-03-03 09:20:04 +01:00
Federico Nafria
c18099cda5
cUrl - use dependencies instead of style
...
The response was 404 with the `style` parameter.
2020-09-22 14:34:57 +02:00
Dusan Odalovic
dd122f3b90
Update README.adoc
...
Update readme to match the code
2020-09-21 17:00:33 +02:00
rylim
9a4d7411c9
Fix broken Spring Initializr command line support link
2020-06-03 09:38:08 -05:00
rylim
1704889d71
Update image
2020-06-03 09:38:08 -05:00
rylim
b34292ae0b
Update README.adoc
2020-05-07 20:01:33 +00:00
Johnny Lim
cac108394a
Fix typo
2020-02-17 09:08:05 -06:00
Sébastien Deleuze
7abcabed18
Upgrade to Spring Boot 2.2.2 and Kotlin 1.3.61
2019-12-09 12:02:03 +01:00
Sébastien Deleuze
bc92863142
Upgrade versions in README
2019-11-19 12:47:02 +01:00
Sébastien Deleuze
06a552462f
Upgrade to Kotlin 1.3.60
2019-11-19 12:44:15 +01:00
Sébastien Deleuze
a4156c4f47
Upgrade to Gradle 5.6.4
2019-11-19 12:42:22 +01:00
Sébastien Deleuze
e59339fa10
Upgrade to Spring Boot 2.2.1
2019-11-19 12:41:58 +01:00
Sebastien Deleuze
8d2b2f5098
Fix Junit excludes
2019-10-18 12:18:20 +02:00
Sebastien Deleuze
49b96c92d9
Leverage @ConfigurationProperties scanning
2019-10-18 12:17:59 +02:00
Sebastien Deleuze
270fb7e925
Use read-only instead of immutable for properties
2019-10-18 10:45:49 +02:00
Sebastien Deleuze
2d388c2881
Mention Spring Framework refdoc Kotlin code samples
2019-10-18 10:26:02 +02:00
Sebastien Deleuze
4dbd755a72
Update image and web starter name
2019-10-18 10:22:57 +02:00
Sebastien Deleuze
28a8ac086e
Synchronize the code with the guide
2019-10-18 10:10:56 +02:00
Sebastien Deleuze
f2f88936fb
Update the guide for Spring Boot 2.2.0.RELEASE
2019-10-18 10:03:35 +02:00
Sebastien Deleuze
7eee601971
Use ResponseStatusException in ArticleController
2019-10-18 09:44:09 +02:00
Sebastien Deleuze
d9316a6db2
Upgrade to Spring Boot 2.2.0.RELEASE
2019-10-18 09:34:48 +02:00
Sebastien Deleuze
8a2902c243
Update package in README.adoc
2019-08-29 16:22:39 +02:00
Sebastien Deleuze
bd29a0ba14
Update Asciidoctor metadata
2019-08-29 16:19:06 +02:00
Sebastien Deleuze
8669bfd875
Use openjdk8 instead of oraclejdk8
2019-08-05 13:12:37 +02:00
Sebastien Deleuze
aacc4bb880
Update dependency names
...
Fix gh-37
2019-08-05 09:36:32 +02:00
Ryan Brooke Payne
3392352ae0
docs: fix misspelling of "below"
2019-06-17 09:30:22 +02:00
Sebastien Deleuze
c2009b578e
Update Gradle build to use the Kotlin DSL
...
Fix gh-33
2019-05-20 12:26:21 +02:00
johnspade
55a8485a7f
Enable the all-open compiler plugin for @Embeddable and @MappedSuperclass
2019-05-06 12:41:21 +02:00
Victor Bjorn
3d4b305b04
Update README.adoc ( #32 )
...
Obvious Fix. "properties.title" is not accessible on this step. It should be updated in the end of the guide when "private val properties: BlogProperties" is defined for HtmlController class.
2019-04-22 10:20:04 -05:00
Pietro Di Bello
3a333e33bf
Fix a couple of typos ( #30 )
2019-04-22 10:19:27 -05:00
Spring Operator
c113448262
URL Cleanup ( #28 )
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 1 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 1 occurrences
2019-04-22 10:18:42 -05:00
Spring Operator
c1ade6b5bf
URL Cleanup ( #29 )
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://creativecommons.org/licenses/by-nd/3.0/ with 1 occurrences migrated to:
https://creativecommons.org/licenses/by-nd/3.0/ ([https](https://creativecommons.org/licenses/by-nd/3.0/ ) result 200).
* [ ] http://kotlinlang.org/ with 1 occurrences migrated to:
https://kotlinlang.org/ ([https](https://kotlinlang.org/ ) result 200).
* [ ] http://www.baeldung.com/kotlin-null-safety with 2 occurrences migrated to:
https://www.baeldung.com/kotlin-null-safety ([https](https://www.baeldung.com/kotlin-null-safety ) result 200).
* [ ] http://slack.kotlinlang.org/ with 1 occurrences migrated to:
https://slack.kotlinlang.org/ ([https](https://slack.kotlinlang.org/ ) result 301).
# Ignored
These URLs were intentionally ignored.
* http://localhost:8080/ with 3 occurrences
2019-04-22 10:16:22 -05:00
Spring Operator
c17377dc0e
URL Cleanup ( #31 )
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 1 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-04-22 10:15:58 -05:00
Greg Turnquist
8e325f2130
Upgrade to Spring Boot 2.1.4.RELEASE.
2019-04-22 10:15:43 -05:00
Sebastien Deleuze
e0990f9d1f
Update start.spring.io and change package
2019-03-18 15:31:09 +01:00
Ko-Chih Wu
d82a1011cd
Fix documentation error
2019-03-18 12:01:49 +01:00
Sebastien Deleuze
554a896e30
Fix Maven JPA configuration
...
Closes gh-24
2019-03-15 13:27:51 +01:00