You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
webcrawler/web/src/main/resources/config.properties

15 lines
388 B

#hibernate\u914D\u7F6E
db_url=jdbc:mysql://mysql.sukura.top:8635/rootdb?serverTimezone=UTC&useSSL=false
db_username=sukura
db_password=Luffy9412!
hibernate.dialect=org.hibernate.dialect.MySQL57Dialect
hibernate.connection.driver_class=com.mysql.cj.jdbc.Driver
#DruidDataSource\u914D\u7F6E
druid.maxActive=20
#thrift\u914D\u7F6E
thrift.ip=127.0.0.1
thrift.port=2233
thrift.timeout=3000