caojing-github / CrawlerProjet

Java爬虫项目

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用h2数据库

浏览器访问h2数据库

配置文件

spring:
  datasource:
    driverClassName: org.h2.Driver
    url: jdbc:h2:~/crawler
    username: root
    password: 123456
  jpa:
    database: MySQL
    show-sql: true
  h2:
    console:
      path: /h2-console
      enabled: true

imgPath: src/main/resources/img/

About

Java爬虫项目


Languages

Language:Java 100.0%