<java.version>1.8</java.version>
..<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
...
ver/ConfigServerApplication has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file
versions up to 52.0
.8.1:compile (default-compile) on project config-server: Fatal error compiling: invalid target release: 11
mvn clean spring-boot:run
application.properties
в src/main/resources
spring.datasource.url=jdbc:postgresql://localhost:5432/example
spring.datasource.username=postgres
spring.datasource.password=postgres
<properties>
<spring-jdbc.version>4.3.10.RELEASE</spring-jdbc.version>
<postgresql-jdbc.version>42.2.7</postgresql-jdbc.version>
</properties>
<dependencies>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>${postgresql-jdbc.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>${spring-jdbc.version}</version>
<type>jar</type>
</dependency>
subscriber
скопированной из контейнера где оно было собрано есть зависимомти которые в контейнере alpine отсутствуютldd subscriber
что показывает ? запущенный в контейнере где subscriber
работает и где не работает ?return newSystemErrorWithCause(err, "exec user process")
www.zonepc.ru/nastrojka-brandmauera-windows-iz-kom...