-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "adding vault integration code to fetch credentials"
This reverts commit cc79476.
- Loading branch information
1 parent
cc79476
commit 5cc6eaa
Showing
6 changed files
with
5 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
src/main/java/com/rabbitMq/rabbitmqscheduler/DTO/Properties.java
This file was deleted.
Oops, something went wrong.
9 changes: 1 addition & 8 deletions
9
src/main/java/com/rabbitMq/rabbitmqscheduler/RabbitmqSchedulerApplication.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,16 @@ | ||
package com.rabbitMq.rabbitmqscheduler; | ||
|
||
import com.rabbitMq.rabbitmqscheduler.DTO.Properties; | ||
import com.rabbitmq.client.Command; | ||
import org.springframework.beans.factory.annotation.Autowired; | ||
import org.springframework.boot.CommandLineRunner; | ||
import org.springframework.boot.SpringApplication; | ||
import org.springframework.boot.autoconfigure.SpringBootApplication; | ||
import org.springframework.boot.context.properties.EnableConfigurationProperties; | ||
import org.springframework.cloud.netflix.eureka.EnableEurekaClient; | ||
|
||
|
||
@SpringBootApplication | ||
@EnableEurekaClient | ||
@EnableConfigurationProperties({Properties.class}) | ||
public class RabbitmqSchedulerApplication { | ||
public class RabbitmqSchedulerApplication { | ||
|
||
public static void main(String[] args) { | ||
SpringApplication.run(RabbitmqSchedulerApplication.class, args); | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.