Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ariel
Total activity
20
Last activity
July 24, 2024 14:45
Member since
June 19, 2024 15:46
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (16)
Ariel
commented,
July 24, 2024 14:45
Why do you think no table will be auto-created?I'm running this project in docker via:mvn clean packagedocker compose upThen, I'm calling the following endpoints in Postman:http://localhost:8080/so...
Community
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 votes
Ariel
commented,
July 24, 2024 10:53
I don't understand why I need to create a table in Datagrip. The table is already created by my Spring application, and I'm able to add a new song to the DB and check the content of the table via P...
Community
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 votes
Ariel
commented,
July 24, 2024 10:40
I followed your instructions and the “Test Connection” buttons shows “Succeeded”. But when I try to access the content of the DB, I get an error, as if the schema is not known:
Community
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 votes
Ariel
commented,
July 18, 2024 13:48
I uploaded a minimal project: Upload id: 2024_07_18_k1VSAeUCx3ChZ96dBrHJqB (file: JAVA.zip)
Community
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 votes
Ariel
commented,
July 09, 2024 17:27
Not sure I understand what you're asking. The idea.log file is huge and contains non-relevant information in my opinion.So I have uploaded the log produced by “docker compose up” where you can see ...
Community
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 votes
Ariel
commented,
July 09, 2024 11:09
Hi Arina, it doesn't make any difference.I had doubts before, but now I'm sure: the application property file is not taken in count, at least the “spring.datasource” values.
Community
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 votes
Ariel
commented,
June 24, 2024 20:56
The docker-compose.xml is exactly the same (see in on of my earlier posts), but the application properties files are different:spring.datasource.url=jdbc:postgresql://psql-db:5432/dbspring.datasour...
Community
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 votes
Ariel
commented,
June 24, 2024 14:31
I posted something but i somehow disappeared. Trying again…In another Spring project, everything is working as intended with my DB and Datagrip. The repository looks like this:public interface Song...
Community
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 votes
Ariel
commented,
June 24, 2024 08:08
In the container, “SHOW TABLES” returns nothing.- I'm not showing any table just after starting the container|.- No data is generating during application initialization.
Community
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 votes
Ariel
commented,
June 23, 2024 17:11
I have followed the instructions and “SELECT * FROM song” returns nothing on the docker postgress image.Here is the log related to the db when “docker compose up” is starting:psql-db | The file...
Community
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 votes