當我嘗試運行通過運行「激活器dist」命令創建的bat文件時,出現以下異常。 Oops, cannot start the server.
com.google.inject.CreationException: Unable to create injector, see the followin
g errors:
1) Error injecting cons
我正在使用演變來建立一個數據庫。我1.sql是: # User schema
# --- !Ups
create table user (
id` BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY,
first_name TEXT NOT NULL,
last_name TEXT NOT NULL,
mobile BIG