主题 : 宝塔下配置jeecms 有步骤流程吗?我老是不成功 |
级别: 童生
![]() |
1# 发表于:2021-06-29 17:10:46 IP:117.132.*.*
|
||||
---|---|---|---|---|---|
级别: 童生
![]() |
3# 发表于:2021-06-29 17:14:39 IP:117.132.*.*
#\u6570\u636E\u9A71\u52A8
#dm #spring.datasource.driver-class-name=dm.jdbc.driver.DmDriver #spring.datasource.url=jdbc:dm://localhost:5236/JEECMSOPEN #spring.datasource.username=JEECMSOPEN #spring.datasource.password=* #spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.DmDialect #mysql com.mysql.cj.jdbc.Driver #spring.datasource.driver-class-name=com.mysql.jdbc.Driver #spring.datasource.url=jdbc:mysql://localhost:3308/jeecmsdemo?characterEncoding=utf-8&serverTimezone=UTC&useSSL=false ##spring.datasource.url=jdbc:mysql://localhost:3306/jeecms1.5_up?characterEncoding=utf-8&serverTimezone=UTC&useSSL=false ##spring.datasource.driver-class-name=net.sf.log4jdbc.DriverSpy ##spring.datasource.url=jdbc:log4jdbc:mysql://localhost:3308/jeecms1.4?characterEncoding=utf-8&serverTimezone=UTC&useSSL=false #spring.datasource.username=root #spring.datasource.password=password ##spring.datasource.password=32164f595e649954 #spring.jpa.database-platform=MySQL5InnoDB spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.datasource.url=jdbc:mysql://localhost:3308/jeecmsx1.6open?characterEncoding=utf-8&serverTimezone=UTC&useSSL=false spring.datasource.username=root spring.datasource.password=password spring.jpa.database-platform=MySQL5InnoDB #oracle #spring.datasource.driver-class-name=oracle.jdbc.driver.OracleDriver #spring.datasource.url=jdbc:oracle:thin:@192.168.0.2:1522:orcl11g #spring.datasource.username=X1 #spring.datasource.password=password #spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.Oracle10gDialect #spring.jpa.database=oracle #spring.datasource.driver-class-name=com.oscar.Driver #spring.datasource.url=jdbc:oscar://localhost:2003/OSRDB #spring.datasource.username=JEECMS #spring.datasource.password=123456 #spring.jpa.database-platform=org.hibernate.dialect.OscarDialect #sqlserver #spring.datasource.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver #spring.datasource.url=jdbc:sqlserver://localhost:1433;DatabaseName=jeecms #spring.datasource.username=sa #spring.datasource.password=mingming_chen #spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.SQLServer2008Dialect #mysql,sqlserver\u7528select 1\uFF0Coracle\u6570\u636E\u5E93\u7528select 1 from dual spring.datasource.hikari.connection-test-query=select 1 #mysql,sqlserver\u7528select 1\uFF0Coracle\u6570\u636E\u5E93\u7528select 1 from dual spring.datasource.tomcat.validation-query=select 1 #hibernate\u662F\u5426\u663E\u793Asql\u6216\u683C\u5F0F\u5316\u663E\u793A spring.jpa.properties.hibernate.show_sql=false spring.jpa.properties.hibernate.format_sql=false |
||
---|---|---|---|
级别: 管理员
![]() |
5# 发表于:2021-06-29 17:22:39 IP:59.211.*.*
spring.datasource.url=jdbc:mysql://localhost:3308/jeecmsx1.6open?characterEncoding=utf-8&serverTimezone=UTC&useSSL=false
spring.datasource.username=root spring.datasource.password=password 您上面不是说您数据库名称是jeecms吗?用户名root密码123456吗? |
||
---|---|---|---|
级别: 童生
![]() |
6# 发表于:2021-06-29 17:27:19 IP:117.132.*.*
那为什么是3306呢 和你们给我的txt里面的修改内容不一样,我现在是要以你这个改吗?
spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.datasource.url=jdbc:mysql://192.168.0.200:3306/jeecms?useUnicode=true&characterEncoding=UTF-8&useSSL=false spring.datasource.username=root spring.datasource.password=jlkj@jeecms9 spring.jpa.database-platform=MySQL5InnoDB |
||
---|---|---|---|
级别: 童生
![]() |
7# 发表于:2021-06-29 17:28:46 IP:117.132.*.*
那我现在数据库名称是jeecms
用户名root 密码123456 改改成: spring.datasource.url=jdbc:mysql://localhost:3306/jeecms?characterEncoding=utf-8&serverTimezone=UTC&useSSL=false spring.datasource.username=root spring.datasource.password=123456 是这样吗? |
||
---|---|---|---|