Tom Hombergs
|
e6e9e848d8
|
refactor code to be easier to match with the code snippets in the book
|
2021-02-20 13:40:34 +11:00 |
|
Tom Hombergs
|
02256fa543
|
update Java version in README
|
2021-02-20 13:02:49 +11:00 |
|
Tom Hombergs
|
612a40bced
|
create single-module version of the BuckPal codebase
|
2021-02-20 13:01:44 +11:00 |
|
Tom Hombergs
|
da897536e7
|
add application.yml
|
2020-11-16 14:33:37 +11:00 |
|
Tom Hombergs
|
bcc0302dd6
|
remove "out" from .gitignore
closes #7
|
2020-08-13 06:34:25 +10:00 |
|
Tom Hombergs
|
137693111a
|
reduced visibility to package-private
|
2020-01-07 05:48:46 +11:00 |
|
Tom Hombergs
|
8d5c6273d9
|
added H2 to fix startup error
|
2019-12-30 06:27:39 +11:00 |
|
Tom Hombergs
|
8d2e6338ce
|
updated README with prerequisites
|
2019-12-27 06:13:13 +11:00 |
|
Tom Hombergs
|
12447ea195
|
renamed "test" package to "common" and added stereotype annotations
|
2019-11-16 09:00:02 +11:00 |
|
Tom Hombergs
|
1046711f19
|
Merge pull request #6 from mdeinum/upgrade-gradle
Upgrade to Gradle 5.6.3
|
2019-11-16 08:44:37 +11:00 |
|
Tom Hombergs
|
a26886a2aa
|
Merge pull request #5 from mdeinum/master
Upgrade to Spring Boot 2.1.9
|
2019-11-16 08:44:04 +11:00 |
|
Marten Deinum
|
afaf29fe02
|
Upgrade to Gradle 5.6.3
|
2019-10-23 10:26:31 +02:00 |
|
Marten Deinum
|
d0730babaf
|
Upgrade to Spring Boot 2.1.9
|
2019-10-23 10:17:48 +02:00 |
|
Tom Hombergs
|
ae36ef2b8f
|
fixed missing optional references
|
2019-09-30 12:27:36 +02:00 |
|
Tom Hombergs
|
8bde95472d
|
simplifiex code examples
|
2019-09-30 11:00:57 +02:00 |
|
Tom Hombergs
|
e82850920f
|
added example configuration parameter to show how to "cleanly" inject configuration parameters into the application
|
2019-09-17 21:08:52 +02:00 |
|
Tom Hombergs
|
005713d573
|
BuckPal -> CashPal
|
2019-09-03 07:07:15 +02:00 |
|
Tom Hombergs
|
885b2b6a55
|
added README
|
2019-08-28 18:06:29 +02:00 |
|
Tom Hombergs
|
d10f93797d
|
added travis CI
|
2019-08-28 17:49:46 +02:00 |
|
Tom Hombergs
|
e370f8ae75
|
Merge pull request #1 from mdeinum/master
Added missing build files and dependencies
|
2019-08-28 17:48:32 +02:00 |
|
Tom Hombergs
|
69f0c3594d
|
Merge branch 'master' into master
|
2019-08-28 17:46:24 +02:00 |
|
Tom Hombergs
|
a63b0854ef
|
added build.gradle files
|
2019-08-28 17:38:43 +02:00 |
|
Marten Deinum
|
054503ba10
|
polish .gitignore for subdirectories
|
2019-08-28 09:57:16 +02:00 |
|
Marten Deinum
|
4de5aa817f
|
Add missing build files and polish dependencies
|
2019-08-28 09:56:08 +02:00 |
|
Marten Deinum
|
c97d93ec7a
|
Make gradlew executable
|
2019-08-28 09:48:25 +02:00 |
|
Tom Hombergs
|
df3c7484b7
|
added meaningful assertion
|
2019-08-19 07:03:39 +02:00 |
|
Tom Hombergs
|
54cceee179
|
cashpal -> buckpal
|
2019-08-19 06:33:45 +02:00 |
|
Tom Hombergs
|
eab6af3485
|
fixed the tests
|
2019-08-17 09:07:36 +02:00 |
|
Tom Hombergs
|
cc2237590a
|
replaced bookreview app with cashpal
|
2019-08-10 07:54:51 +02:00 |
|
Tom Hombergs
|
b7acb8e299
|
polished multi-module build
|
2019-06-29 07:45:02 +02:00 |
|
Tom Hombergs
|
b581e6db16
|
added hexagonal ArchUnit check
|
2019-06-16 07:57:40 +02:00 |
|
Tom Hombergs
|
d28fa49d90
|
split into dedicated gradle modules
|
2019-06-14 12:47:49 +02:00 |
|
Tom Hombergs
|
d8592c65ec
|
reduced visibility
|
2019-05-15 05:48:31 +02:00 |
|
Tom Hombergs
|
ec8ee2cfc5
|
minor fixes
|
2019-05-15 05:41:54 +02:00 |
|
Tom Hombergs
|
6b3a621647
|
- added test for AuthorPersistenceAdapter
- added some demo classes
|
2019-05-11 07:30:42 +02:00 |
|
Tom Hombergs
|
926453cb70
|
added stereotype annotations
|
2019-05-11 06:48:13 +02:00 |
|
Tom Hombergs
|
b14a09e3e6
|
example with no mapping between use case and persistence
|
2019-05-08 23:31:51 +02:00 |
|
Tom Hombergs
|
dc77551a44
|
added comment
|
2019-05-08 23:17:03 +02:00 |
|
Tom Hombergs
|
1f6852e5b7
|
first working example with use case and persistence adapter
|
2019-05-08 23:12:17 +02:00 |
|