代码高亮

    @Bean
    public DataSource h2DataSource(){
        PooledDataSource dataSource = new PooledDataSource();
        dataSource.setDriver("org.h2.Driver");
        dataSource.setUrl("jdbc:h2:database/h2db");
        dataSource.setUsername("sa");
        dataSource.setPassword("");
        return dataSource;
    }



    
    
        
        
        
        
        

    
    
    
        
    
    
    
        
        
        
    

    
    
        
        
            
                
            
            
                
                
                
                
            
        
    


你可能感兴趣的:(代码高亮)