Skip to content

Commit 2973c44

Browse files
author
Angelo Manganiello
authored
Update jdl for update class validator
1 parent dec0e26 commit 2973c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-integration/samples/microservice-oauth2-jdl/microservice-oauth2-jdl.jdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ entity Category {
2424

2525
entity Product {
2626
title String required,
27-
keywords String,
27+
keywords String pattern(/^[a-z]+$/),
2828
description String,
2929
rating Integer,
3030
dateAdded LocalDate,

0 commit comments

Comments
 (0)