简体   繁体   中英

Importing com.zaxxer.hikari.HikariConfig, cannot resolve symbol, IntelliJ

I'm doing simple web project using JEE 8.0 (no maven) I'm using IntelliJ Ultimate 2019.2.2. Trying to import files: import com.zaxxer.hikari.HikariDataSource; I get error Cannot resolve symbol 'zaxxer' I've seen issues where people were using Maven, but i do not use it, it's clean JEE project. I've tried it to run as administrator or to "find JAR on the web" option, but it failed.

Also, my file structure looks like this: project structure

I'll be glad for any suggestions.

Find a jar with this class and add it to the module dependencies .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM