Description
# mysql spring.datasource.url=jdbc:mysql://daily.db.hasor.net:3306/example2?allowMultiQueries=true spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.datasource.username=example spring.datasource.password=LonkP-jW3@ptJPxePf # oracle-12c #spring.datasource.driver-class-name=oracle.jdbc.driver.OracleDriver #spring.datasource.url=jdbc:oracle:thin:@localhost:21521:xe #spring.datasource.username=example #spring.datasource.password=LonkP-jW3@ptJPxePf # postgresql #spring.datasource.url=jdbc:postgresql://127.0.0.1:25432/postgres #spring.datasource.driver-class-name=org.postgresql.Driver #spring.datasource.username=postgres #spring.datasource.password=system # mssql #spring.datasource.url=jdbc:sqlserver://localhost:21433;database=master #spring.datasource.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver #spring.datasource.username=sa #spring.datasource.password=LonkP-jW3@ptJPxePf # sqlite #spring.datasource.url=jdbc:sqlite:sqlite-example.db #spring.datasource.driver-class-name=org.sqlite.JDBC #spring.datasource.username=sa #spring.datasource.password= # h2 #spring.datasource.url=jdbc:h2:mem:h2-example #spring.datasource.driver-class-name=org.h2.Driver #spring.datasource.username=sa #spring.datasource.password= # hsql #spring.datasource.url=jdbc:hsqldb:file:hsql-example.db #spring.datasource.driver-class-name=org.hsqldb.jdbcDriver #spring.datasource.username=sa #spring.datasource.password= # derby #spring.datasource.url=jdbc:derby:./derby-example;create=true #spring.datasource.driver-class-name=org.apache.derby.jdbc.EmbeddedDriver #spring.datasource.username= #spring.datasource.password= # db2 #spring.datasource.url=jdbc:db2://localhost:50000/example #spring.datasource.driver-class-name=com.ibm.db2.jcc.DB2Driver #spring.datasource.username=DB2INST1 #spring.datasource.password=system spring.datasource.type:com.alibaba.druid.pool.DruidDataSource # #初始化时建立物理连接的个数 spring.datasource.druid.initial-size=3 #最小连接池数量 spring.datasource.druid.min-idle=3 #最大连接池数量 spring.datasource.druid.max-active=4 #获取连接时最大等待时间 spring.datasource.druid.max-wait=60000 #配置监控页面访问登录名称 spring.datasource.druid.stat-view-servlet.login-username=admin #配置监控页面访问密码 spring.datasource.druid.stat-view-servlet.login-password=admin #是否开启慢sql查询监控 spring.datasource.druid.filter.stat.log-slow-sql=true #慢SQL执行时间 spring.datasource.druid.filter.stat.slow-sql-millis=100 # # dataway HASOR_DATAQL_DATAWAY=true HASOR_DATAQL_DATAWAY_ADMIN=true #HASOR_DATAQL_DATAWAY_DAL_TYPE=nacos HASOR_DATAQL_DATAWAY_NACOSDAL_GROUP=myApp HASOR_DATAQL_DATAWAY_NACOSDAL_ADDR=127.0.0.1:8848 nacos.config.server-addr=127.0.0.1:8848 #server.servlet.context_path=/app server.port=8888
Reactions are currently unavailable
You can’t perform that action at this time.
hasor/_exile/application.properties
Line 1 in 668ccd6