岗位管理

This commit is contained in:
赵肖云
2021-06-24 10:43:53 +08:00
parent 7aeb6b099a
commit b0751be63a
18 changed files with 501 additions and 16 deletions
@@ -22,11 +22,11 @@ public class CodeGen {
// x.x.x.x:3306/xxxx --MYSQL
// 192.168.10.140:1521:foton_slrs_test
private static final String DB_IP="192.168.10.47:3306/foton_slrs_test";
private static final String DB_IP="localhost:3306/foton_slrs_test";
private static final String DB_USER="root";
private static final String DB_PWD="root";
private static final String DB_PWD="Zxy20010202";
/**
@@ -3,9 +3,9 @@
# 数据库配置
#=============================================
spring.datasource.driverClassName = com.mysql.cj.jdbc.Driver
spring.datasource.url = jdbc:mysql://101.36.227.22:33050/foton_slrs_test?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&useSSL=false
spring.datasource.url = jdbc:mysql://localhost:3306/foton_slrs_test?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&useSSL=false
spring.datasource.username = root
spring.datasource.password = 1q2w3e4r
spring.datasource.password = Zxy20010202
#==============================================
# 应用设置
@@ -91,6 +91,7 @@ spring.datasource.druid.stat-view-servlet.url-pattern=/druid/*
# =======================================
mybatis-plus.config-location=classpath:mybatis/mybatis-config.xml
mybatis-plus.mapper-locations=classpath*:mybatis/mapper/**/*.xml
mybatis-plus.type-aliases-package=com.adc.da.**.entity
# ========================================
# activiti 配置信息