主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ariel
活动总数
20
最后的活动
2024年07月24日 14:45
成员加入日期
2024年06月19日 15:46
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(16)
Ariel
进行了评论,
2024年07月24日 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...
社区
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 票
Ariel
进行了评论,
2024年07月24日 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...
社区
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 票
Ariel
进行了评论,
2024年07月24日 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:
社区
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 票
Ariel
进行了评论,
2024年07月18日 13:48
I uploaded a minimal project: Upload id: 2024_07_18_k1VSAeUCx3ChZ96dBrHJqB (file: JAVA.zip)
社区
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 票
Ariel
进行了评论,
2024年07月09日 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 ...
社区
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 票
Ariel
进行了评论,
2024年07月09日 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.
社区
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 票
Ariel
进行了评论,
2024年06月24日 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...
社区
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 票
Ariel
进行了评论,
2024年06月24日 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...
社区
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 票
Ariel
进行了评论,
2024年06月24日 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.
社区
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 票
Ariel
进行了评论,
2024年06月23日 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...
社区
IntelliJ IDEA Users
Can't connect to my database from IntelliJ
0 票