File tree Expand file tree Collapse file tree 3 files changed +30
-3
lines changed Expand file tree Collapse file tree 3 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 1
1
.idea
2
- .env
2
+ .env
3
+
4
+ /lucene
Original file line number Diff line number Diff line change 28
28
- Angular Material
29
29
- Elf
30
30
31
+ ## Requirement:
32
+ ```
33
+ Java 11 or above
34
+ Node 16 or above
35
+ npm 8.5 or above
36
+ Angular/cli 13 or above
37
+ ```
38
+
39
+ ## Run dev mode
40
+ - Spring
41
+ ```
42
+ ---From root folder
43
+ cd api
44
+ ./mvnw clean install
45
+ ./mvnw spring-boot:run
46
+ ```
47
+
48
+ - Angular
49
+ ```
50
+ ---From root folder
51
+ cd webapp
52
+ npm install
53
+ ng serve -o
54
+ ```
55
+
31
56
## Screenshot
32
- ![ screenshot1] ( https://i.imgur.com/APaxnLA .png?1 )
57
+ ![ screenshot1] ( https://i.imgur.com/0vvbyK5 .png )
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation = true
84
84
# ## Lucene backend configuration
85
85
spring.jpa.properties.hibernate.search.backend.lucene_version = LUCENE_8_7_0
86
86
spring.jpa.properties.hibernate.search.backend.directory.type = local-filesystem
87
- spring.jpa.properties.hibernate.search.backend.directory.root = api/ lucene
87
+ spring.jpa.properties.hibernate.search.backend.directory.root = lucene
88
88
89
89
# ## Register custom analyzer
90
90
spring.jpa.properties.hibernate.search.backend.analysis.configurer = class:io.spring.jbuy.common.search.CustomLuceneAnalysisConfigurer
You can’t perform that action at this time.
0 commit comments