File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ jpa-new-field --named latitude --type Double
21
21
jpa- new- field -- named longitude -- type Double
22
22
23
23
# scaffold and create endpoints
24
- scaffold- generate -- provider AngularJS -- generate- rest- resources -- targets org.bookservice.model.*
24
+ rest- generate- endpoints- from- entities -- targets org.bookservice.model.*
25
+ scaffold- generate -- provider AngularJS -- targets org.bookservice.model.*
25
26
26
27
# At this stage you can build and deploy a regular JAR
27
28
# and deploy to a Java EE7 compliant server like EAP 7 and Wildfly 10
@@ -73,7 +74,8 @@ java-add-annotation --annotation org.hibernate.search.annotations.Latitude --on-
73
74
jpa- new- field -- named books -- type org.sellingPoint.model.Book -- relationship- type Many- to- Many -- fetch- type EAGER
74
75
java- add- annotation -- annotation org.hibernate.search.annotations.IndexedEmbedded -- on- property books
75
76
76
- scaffold- generate -- provider AngularJS -- generate- rest- resources -- targets org.sellingPoint.model.*
77
+ rest- generate- endpoints- from- entities -- targets org.sellingPoint.model.*
78
+ scaffold- generate -- provider AngularJS -- targets org.sellingPoint.model.*
77
79
wildfly- swarm- detect- fractions -- depend -- build
78
80
# enable CORS
79
81
rest- new- cross - origin- resource- sharing- filter
You can’t perform that action at this time.
0 commit comments