ripping out ignore files
parent
88aee3ff5c
commit
af31fa4ea0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
com.example.kafkaapp.KafkaApp
|
@ -1,20 +0,0 @@
|
||||
spring:
|
||||
kafka:
|
||||
bootstrap-servers: localhost:9093
|
||||
consumer:
|
||||
group-id: kafka-spring-app-group
|
||||
security:
|
||||
protocol: SSL
|
||||
ssl:
|
||||
trust-store-location: file:/workspaces/java-2/kafka.pfx
|
||||
trust-store-password:
|
||||
trust-store-type: pkcs12
|
||||
key-store-location: file:/workspaces/java-2/kafka.pfx
|
||||
key-store-password:
|
||||
key-store-type: pkcs12
|
||||
key-password:
|
||||
properties:
|
||||
"ssl-endpoint-identification-algorithm": ""
|
||||
producer:
|
||||
key-serializer: org.apache.kafka.common.serialization.StringSerializer
|
||||
value-serializer: org.apache.kafka.common.serialization.StringSerializer
|
@ -1,12 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Main-Class: org.springframework.boot.loader.JarLauncher
|
||||
Start-Class: com.example.kafkaapp.KafkaApp
|
||||
Spring-Boot-Version: 3.0.4
|
||||
Spring-Boot-Classes: BOOT-INF/classes/
|
||||
Spring-Boot-Lib: BOOT-INF/lib/
|
||||
Spring-Boot-Classpath-Index: BOOT-INF/classpath.idx
|
||||
Spring-Boot-Layers-Index: BOOT-INF/layers.idx
|
||||
Build-Jdk-Spec: 21
|
||||
Implementation-Title: java-2
|
||||
Implementation-Version: 0.0.1-SNAPSHOT
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,2 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
|
Loading…
Reference in New Issue