Posts

Showing posts from December 13, 2018

Indian living in US on H1b travelling to Colombia [duplicate]

Image
up vote 0 down vote favorite This question already has an answer here: Can an Indian citizen holding a valid USA visa visit Colombia without a visa? 4 answers Can a Indian Citizen living in US with H1b visa stamped, travel to COLOMBIA without getting tourist visa for Colombia stamped? It is a trip on a very short notice colombia share | improve this question asked Jun 1 '17 at 19:37 Ship 6 1 marked as duplicate by Honorary World Citizen, Giorgio, MadHatter, Ali Awan, choster Jun 1 '17 at 22:27 This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question. add a comment  |  up vote 0 down vote favorite This question already has an answer here: Can an Indian citizen holding a valid USA visa visit Colombia without a visa? 4 answers Can a Indian Citizen living in US with H1b visa stamped, travel to COLOMBIA without gett

Boot PostgreSQL Jooq DataSource configuration problem

Image
up vote 0 down vote favorite I have configured Spring Boot rest application. I have used jood to communicate PostgreSQL database. This is my pom.xml content. <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>ge.loan</groupId> <artifactId>loan</artifactId> <version>1.0</version> <packaging>war</packaging> <name>loan</name> <description>Loan App</description> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.1.0.RELEASE</version> <relativePath /> </parent> <proper