Troubles with R2DBC URL scheme #8219
              
                Unanswered
              
          
                  
                    
                      YuryKorovko
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I am migrating spring boot application form jdbc to r2dbc stack. I followed this guide https://java.testcontainers.org/modules/databases/r2dbc/
here is how I configured applicaiton.yml for test
the list of the dependencies is the following
the version of testcontainers libraries is 1.19.1
but when I am trying to run any test I am getting the following error
io.r2dbc.postgresql.PostgresqlConnectionFactory$PostgresConnectionException: [08003] Cannot connect to localhost/<unresolved>:32781what I am worried about is why there is "unresolved" , like something happened during the parsing the url string.
Could you help me to understand what I am doing wrong pls ?
Beta Was this translation helpful? Give feedback.
All reactions