- Clone it via console, not via IntelliJ
- Open IntelliJ and click 'Open' and choose folder where repo have been cloned (it's name should be yait)
- After project will open, click on the main module in 'Project' and click F4 to open Project Settings and go to Modules
- Click '+' symbol and then Import Module and find and click build.gradle
- In the popup make sure 'Use default gradle wrapper (recommended)' is selected.
- Click Apply and then Ok and wait for a bit until gradle project will be imported
- If everything is ok, .gradle and gradle folders should appear INSIDE webapp folder
npm installnpm run dev- Simply Run 'YaitApplication' class
- Go to http://localhost:8080
openssl x509 -in <(openssl s_client -connect <host>:<port> -prexit 2>/dev/null) -out ~/example.crt
sudo keytool -importcert -file ~/example.crt -alias example -keystore $(/usr/libexec/java_home)/jre/lib/security/cacerts -storepass changeit