Can anyone give some pointer on how to deploy a jhipster created spring boot app on aws using boxfuse. I have tried it,but couldn't do it successfully.
NOTE - in boxfuse documentation
Database - > Character encoding
PostgreSQL - > UTF8
MySQL -> utf8mb4
So while using MySQL,you can change varchar(255) to varchar(191) to avoid following error:
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Specified key was too long; max key length is 767 bytes