Just want to give a try to the Jhipster Elasticsearch feature.
When I try to run the gateway with ./mvnw , I get a compilation error:
Please, how to resolve it?
? Which *type* of application would you like to create? Monolithic application (
recommended for simple projects)
? What is the base name of your application? App
? Do you want to make it reactive with Spring WebFlux? No
? What is your default Java package name? com.mycompany.myapp
? Which *type* of authentication would you like to use? JWT authentication (stat
eless, with a token)
? Which *type* of database would you like to use? SQL (H2, PostgreSQL, MySQL, Ma
riaDB, Oracle, MSSQL)
? Which *production* database would you like to use? MySQL
? Which *development* database would you like to use? H2 with disk-based persist
ence
? Which cache do you want to use? (Spring cache abstraction) Ehcache (local cach
e, for a single node)
? Do you want to use Hibernate 2nd level cache? Yes
? Would you like to use Maven or Gradle for building the backend? Maven
? Do you want to use the JHipster Registry to configure, monitor and scale your
application? No
? Which other technologies would you like to use? Elasticsearch as search engine No
? Which *Framework* would you like to use for the client? React
? Do you want to generate the admin UI? Yes
? Would you like to use a Bootswatch theme (https://bootswatch.com/)? Default JH
ipster
? Would you like to enable internationalization support? No
? Please choose the native language of the application French
? Besides JUnit and Jest, which testing frameworks would you like to use? Cypres
s
? Would you like to install other generators from the JHipster Marketplace? (y/N
)
$./mvnw
JHipster configuration
INFO! Using JHipster version installed locally in current project's node_modules
Welcome to the JHipster Information Sub-Generator
JDL for the Entity configuration(s) entityName.json files generated in the .jhipster directory
JDL entity definitions
Environment and Tools
java version "11.0.12" 2021-07-20 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.12+8-LTS-237)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.12+8-LTS-237, mixed mode)
git version 2.17.1
node: v14.16.1
npm: 7.24.1
Docker version 20.10.8, build 3967b7d
No change to package.json was detected. No package manager install will be executed.
Congratulations, JHipster execution is complete!
Sponsored with ❤️ by @oktadev.
Overview of the issue
Just want to give a try to the Jhipster Elasticsearch feature. When I try to run the gateway with ./mvnw , I get a compilation error: Please, how to resolve it?
Reproduce the error
$jhipster
$./mvnw
JHipster configuration
INFO! Using JHipster version installed locally in current project's node_modules Welcome to the JHipster Information Sub-Generator
JHipster Version(s)
JHipster configuration, a
.yo-rc.json
file generated in the root folder.yo-rc.json file
JDL for the Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryJDL entity definitions
Environment and Tools
java version "11.0.12" 2021-07-20 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.12+8-LTS-237) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.12+8-LTS-237, mixed mode)
git version 2.17.1
node: v14.16.1
npm: 7.24.1
Docker version 20.10.8, build 3967b7d
No change to package.json was detected. No package manager install will be executed. Congratulations, JHipster execution is complete! Sponsored with ❤️ by @oktadev.
Browsers and Operating System