供应链金融全量代码

master
xiaoCJ 2 years ago
parent e5767d9f50
commit cd22af75da

@ -114,7 +114,7 @@ CREATE TABLE `classes` (
`data` json NULL, `data` json NULL,
`school_id` int NOT NULL DEFAULT 0 COMMENT '学校id', `school_id` int NOT NULL DEFAULT 0 COMMENT '学校id',
`teacher_id` int NOT NULL DEFAULT 0 COMMENT '教师id', `teacher_id` int NOT NULL DEFAULT 0 COMMENT '教师id',
`classes_id` bigint NULL DEFAULT NULL COMMENT '智云班级id', `classes_id` bigint NULL DEFAULT NULL COMMENT 'classes_id',
PRIMARY KEY (`id`) USING BTREE, PRIMARY KEY (`id`) USING BTREE,
INDEX `fk_classes_schools1_idx`(`school_id` ASC) USING BTREE, INDEX `fk_classes_schools1_idx`(`school_id` ASC) USING BTREE,
INDEX `fk_classes_users1_idx`(`teacher_id` ASC) USING BTREE INDEX `fk_classes_users1_idx`(`teacher_id` ASC) USING BTREE

@ -1,8 +1,8 @@
spring.datasource.baseDataSource.url=jdbc:mysql://159.75.185.67:3306/tz_financial?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8&useSSL=false&useInformationSchema=true&allowPublicKeyRetrieval=true spring.datasource.baseDataSource.url=jdbc:mysql://localhost:3306/java_financial?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8&useSSL=false&useInformationSchema=true&allowPublicKeyRetrieval=true
spring.datasource.baseDataSource.username=tz_financial spring.datasource.baseDataSource.username=root
#spring.datasource.baseDataSource.password=e70add7bb6740dbe #spring.datasource.baseDataSource.password=e70add7bb6740dbe
#spring.datasource.baseDataSource.password=123456 #spring.datasource.baseDataSource.password=123456
spring.datasource.baseDataSource.password=cm2ni7MYBajamRxr spring.datasource.baseDataSource.password=root
spring.datasource.baseDataSource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.baseDataSource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.baseDataSource.minimum-idle=5 spring.datasource.baseDataSource.minimum-idle=5
@ -34,9 +34,9 @@ server.servlet.session.timeout=PT10H
server.max-http-header-size=102400 server.max-http-header-size=102400
server.servlet.context-path=/server server.servlet.context-path=/server
server.port=9090 server.port=8081
server.tomcat.accesslog.buffered=true server.tomcat.accesslog.buffered=true
server.tomcat.accesslog.directory=/home/source/tomcatLogs server.tomcat.accesslog.directory=D:\\java_financial\\source\\tomcatLogs\\
server.tomcat.accesslog.enabled=true server.tomcat.accesslog.enabled=true
server.tomcat.accesslog.file-date-format=.yyyy-MM-dd server.tomcat.accesslog.file-date-format=.yyyy-MM-dd
server.tomcat.accesslog.pattern=common server.tomcat.accesslog.pattern=common
@ -83,12 +83,14 @@ logistics.customer = 90F883EF5EB30F659B5B44173E01C8A6
# 保存企业印章图片的服务器ip和端口 或者 域名) # 保存企业印章图片的服务器ip和端口 或者 域名)
server_file_path=159.75.185.67:9090 server_file_path=112.74.160.81:8081
# 企业印章图片保存路径 # 企业印章图片保存路径
seal_path=/storage/Seal/ #seal_path=/storage/Seal/
seal_path=D:\\java_financial\\storage\\Seal\\
# 学生上传实训报告保存路径 # 学生上传实训报告保存路径
report_file_path=/home/source/report_file/ #report_file_path=/home/source/report_file/
#report_file_path=C:\\home\\source\\report_file\\ report_file_path=D:\\java_financial\\source\\report_file\\
# 协议合同文件保存路径 # 协议合同文件保存路径
contract_file_path=/home/source/contracts/ #contract_file_path=/home/source/contracts/
contract_file_path=D:\\java_financial\\source\\contracts\\

Loading…
Cancel
Save