This file contains hidden or 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
    
  
  
    
  | spring.datasource.url=jdbc:mysql://localhost:3306/test?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC | |
| spring.datasource.username=root | |
| spring.datasource.password= | |
| spring.datasource.driver-class-name=com.mysql.jdbc.Driver | |
| spring.jpa.hibernate.ddl-auto=update | |
| spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect | |
| spring.jpa.hibernate.naming-strategy=org.hibernate.cfg.ImprovedNamingStrategy | |
| # Hibernate ddl auto (create, create-drop, validate, update) | 
  
    
      This file contains hidden or 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
    
  
  
    
  | import org.springframework.context.annotation.Bean; | |
| import org.springframework.context.annotation.Configuration; | |
| import springfox.documentation.builders.PathSelectors; | |
| import springfox.documentation.builders.RequestHandlerSelectors; | |
| import springfox.documentation.spi.DocumentationType; | |
| import springfox.documentation.spring.web.plugins.Docket; | |
| import springfox.documentation.swagger2.annotations.EnableSwagger2; | |
| @EnableSwagger2 | 
  
    
      This file contains hidden or 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
    
  
  
    
  | include: package:pedantic/analysis_options.yaml | |
| analyzer: | |
| exclude: | |
| - lib/ui/styles/** | |
| - lib/ui/images/** | |
| linter: | |
| rules: | 
  
    
      This file contains hidden or 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
    
  
  
    
  | version: 2 | |
| jobs: | |
| build: | |
| resource_class: large | |
| branches: | |
| only: | |
| - master | |
| working_directory: ~/code | |
| docker: | |
| - image: circleci/android:api-28-alpha |