File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed 
src/main/java/com/baeldung/springvault Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2020        <dependencies >
2121            <dependency >
2222                <groupId >org.springframework.data</groupId >
23-                 <artifactId >spring-data-releasetrain </artifactId >
24-                 <version >Moore-SR1 </version >
23+                 <artifactId >spring-data-bom </artifactId >
24+                 <version >${spring-data-bom.version} </version >
2525                <scope >import</scope >
2626                <type >pom</type >
2727            </dependency >
7272        <dependency >
7373            <groupId >org.springframework.data</groupId >
7474            <artifactId >spring-data-commons</artifactId >
75-             <version >3.0.8</version >
7675        </dependency >
7776    </dependencies >
7877
8180        <spring-vault-core .version>3.1.1</spring-vault-core .version>
8281        <auth .version>2.25.6</auth .version>
8382        <spring-cloud-starter-vault-config .version>4.1.1</spring-cloud-starter-vault-config .version>
83+         <spring-data-bom .version>2023.1.2</spring-data-bom .version>
8484        <maven .compiler.release>17</maven .compiler.release>
8585        <start-class >com.baeldung.springvault.SpringVaultApplication</start-class >
8686    </properties >
Original file line number Diff line number Diff line change 22
33import  org .springframework .boot .SpringApplication ;
44import  org .springframework .boot .autoconfigure .SpringBootApplication ;
5+ import  org .springframework .vault .repository .configuration .EnableVaultRepositories ;
56
67/** 
78 * Sample application to demonstrate basics of Spring Vault 
89 * 
910 */ 
1011@ SpringBootApplication 
12+ @ EnableVaultRepositories 
1113public  class  SpringVaultApplication  {
1214
1315    public  static  void  main (String [] args ) {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments