portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.article.domain
/
Comment
/
Comment
Comment
constructor
(
id
:
Long
=
0
,
content
:
String
,
authorId
:
Long
,
articleId
:
Long
,
createdAt
:
Instant
=
Instant.now()
,
updatedAt
:
Instant
=
Instant.now()
)