From 5222708e7950c2251a9c75068ea62f15a243336e Mon Sep 17 00:00:00 2001 From: DmitriyLewen Date: Mon, 27 Sep 2021 16:10:55 +0600 Subject: [PATCH] b1 --- contents/pom.xml | 142 +++++++++++++++++++++++++++++++++++++++++++++++ main.go | 2 +- 2 files changed, 143 insertions(+), 1 deletion(-) create mode 100644 contents/pom.xml diff --git a/contents/pom.xml b/contents/pom.xml new file mode 100644 index 0000000..70dcd27 --- /dev/null +++ b/contents/pom.xml @@ -0,0 +1,142 @@ + + + 4.0.0 + + io.brant.example.postgres94 + postgres + 0.0.14 + jar + + springboot-hibernate5-postgres94-example + + + org.springframework.boot + spring-boot-starter-parent + 1.3.1.RELEASE + + + + + UTF-8 + 1.8 + 5.0.2.Final + admin + 1234 + + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + + org.projectlombok + lombok + 1.16.6 + + + + org.postgresql + postgresql + 9.4-1201-jdbc41 + compile + + + + org.springframework.boot + spring-boot-starter-jooq + + + + org.springframework.boot + spring-boot-starter-test + test + + + + com.fasterxml.jackson.core + jackson-databind + 2.6.3 + + + + org.springframework.boot + spring-boot-devtools + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + jcenter-snapshots + jcenter + http://oss.jfrog.org/artifactory/oss-snapshot-local/ + + + + sonatype-snapshots + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + \ No newline at end of file diff --git a/main.go b/main.go index e2f9716..a3495d6 100644 --- a/main.go +++ b/main.go @@ -11,5 +11,5 @@ func main() { fmt.Println(os.Getenv(envvars.PemData)) fmt.Println(os.Getenv(envvars.PemPathVariable)) fmt.Println(os.Getenv(envvars.GoPath)) - fmt.Println("b") + fmt.Println("b1") }