更新 .gitignore,移除已跟踪文件
This commit is contained in:
parent
60cb47b901
commit
c38d35cd98
|
@ -1,35 +0,0 @@
|
|||
spring.datasource.dynamic.primary=mysql
|
||||
spring.datasource.dynamic.strict=false
|
||||
spring.datasource.dynamic.datasource.mysql.url=jdbc:mysql://127.0.0.1:3308/surportdb?allowPublicKeyRetrieval=true&useSSL=false&useUnicode=true&characterEncoding=utf-8&autoReconnect=true&nullCatalogMeansCurrent=true&serverTimezone=Asia/Shanghai
|
||||
spring.datasource.dynamic.datasource.mysql.driver-class-name=com.mysql.jdbc.Driver
|
||||
spring.datasource.dynamic.datasource.mysql.username=root
|
||||
spring.datasource.dynamic.datasource.mysql.password=123456
|
||||
#com.mysql.cj.jdbc.Driver
|
||||
#insert into sys_user(user_name,email,password,status,id)value ('admin','aaaa@123.com','06c2754c5d9989201e0eef0f3744abe4',0,1)
|
||||
spring.redis.database=0
|
||||
spring.redis.host=127.0.0.1
|
||||
spring.redis.port=6379
|
||||
spring.redis.jedis.pool.max-idle=10
|
||||
#spring.redis.password=123
|
||||
spring.redis.timeout=5000
|
||||
|
||||
server.port=8099
|
||||
|
||||
actable.table.auto=update
|
||||
actable.model.pack=com.hivekion.domain;com.hivekion.system.domain;
|
||||
actable.database.type=mysql
|
||||
uploadPath.temporary=C:/Users/sutao/Desktop/????/tes
|
||||
uploadPath.projectfile=/Volumes/HD/ProjectFile
|
||||
importFile.3D=E:/AutoPublish/projectmanage/java/basedatamanage_service/3Dmodel/
|
||||
spring.resources.static-locations = classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${importFile.3D}
|
||||
uploadPath = D:/code/area
|
||||
uploadPath.file=D:/file
|
||||
spring.servlet.multipart.max-file-size=100MB
|
||||
spring.servlet.multipart.max-request-size=100MB
|
||||
mybatis-plus.mapper-locations=classpath*:com/gitee/sunchenbin/mybatis/actable/mapping/*/*.xml,classpath*:/mapper/**/*.xml
|
||||
mybatis-plus.configuration.map-underscore-to-camel-case=false
|
||||
mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
mybatis-plus.configuration.database-id=mysql
|
||||
user.default.password=1q2w3E*
|
||||
user.default.failsCount=5
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
#spring.datasource.url=jdbc:mysql://localhost:3306/pro_xby?useSSL=false&useUnicode=true&characterEncoding=utf-8&autoReconnect=true&nullCatalogMeansCurrent=true&serverTimezone=Asia/Shanghai
|
||||
##spring.datasource.url=jdbc:mysql://192.168.75.177:3306/demo?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT
|
||||
#spring.datasource.username=root
|
||||
#spring.datasource.password=root
|
||||
spring.datasource.dynamic.primary=mysql
|
||||
spring.datasource.dynamic.strict=false
|
||||
spring.datasource.dynamic.datasource.mysql.url=jdbc:mysql://192.168.0.160:3306/xby_pro?useSSL=false&useUnicode=true&characterEncoding=utf-8&autoReconnect=true&nullCatalogMeansCurrent=true&serverTimezone=Asia/Shanghai
|
||||
spring.datasource.dynamic.datasource.mysql.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
spring.datasource.dynamic.datasource.mysql.username=root
|
||||
spring.datasource.dynamic.datasource.mysql.password=123456
|
||||
spring.datasource.dynamic.datasource.sqlserver.url=jdbc:sqlserver://180.76.174.106:1433;DatabaseName=xingboyuan
|
||||
spring.datasource.dynamic.datasource.sqlserver.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver
|
||||
spring.datasource.dynamic.datasource.sqlserver.username=sq1
|
||||
spring.datasource.dynamic.datasource.sqlserver.password=As123123
|
||||
spring.redis.database=0
|
||||
spring.redis.host=192.168.0.160
|
||||
spring.redis.port=6379
|
||||
spring.redis.jedis.pool.max-idle=10
|
||||
#spring.redis.password=
|
||||
spring.redis.timeout=5000
|
||||
server.port=9086
|
||||
actable.table.auto=update
|
||||
actable.model.pack=com.hivekion.domain;com.hivekion.*.domain;
|
||||
actable.database.type=mysql
|
||||
uploadPath.temporary=/usr/local/temporary
|
||||
uploadPath.projectfile=/usr/local/ProjectFile
|
||||
#uploadPath.temporary=E:/AutoPublish/projectmanage/java/xingboyuan/temporary
|
||||
#uploadPath.projectfile=E:/AutoPublish/projectmanage/java/xingboyuan/ProjectFile
|
||||
spring.servlet.multipart.max-file-size=100MB
|
||||
spring.servlet.multipart.max-request-size=100MB
|
||||
mybatis-plus.mapper-locations=classpath*:com/gitee/sunchenbin/mybatis/actable/mapping/*/*.xml
|
||||
mybatis-plus.configuration.map-underscore-to-camel-case=true
|
||||
mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
user.default.password=1q2w3E*
|
|
@ -1,48 +0,0 @@
|
|||
spring.datasource.dynamic.primary=dm
|
||||
spring.datasource.dynamic.strict=false
|
||||
spring.datasource.dynamic.datasource.dm.url=jdbc:dm://192.168.0.53:5236/SIMULATION
|
||||
spring.datasource.dynamic.datasource.dm.driver-class-name=dm.jdbc.driver.DmDriver
|
||||
spring.datasource.dynamic.datasource.dm.username=simulation
|
||||
spring.datasource.dynamic.datasource.dm.password=Simulation001
|
||||
|
||||
spring.redis.database=0
|
||||
spring.redis.host=127.0.0.1
|
||||
spring.redis.port=6379
|
||||
spring.redis.jedis.pool.max-idle=10
|
||||
#spring.redis.password=123
|
||||
spring.redis.timeout=5000
|
||||
|
||||
server.port=8099
|
||||
|
||||
actable.table.auto=update
|
||||
actable.model.pack=com.hivekion.domain;com.hivekion.system.domain;
|
||||
actable.database.type=mysql
|
||||
uploadPath.temporary=C:/Users/sutao/Desktop/????/tes
|
||||
uploadPath.projectfile=/Volumes/HD/ProjectFile
|
||||
importFile.3D=E:/AutoPublish/projectmanage/java/basedatamanage_service/3Dmodel/
|
||||
spring.resources.static-locations = classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${importFile.3D}
|
||||
uploadPath = D:/code/area
|
||||
uploadPath.file=D:/file
|
||||
spring.servlet.multipart.max-file-size=100MB
|
||||
spring.servlet.multipart.max-request-size=100MB
|
||||
mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml
|
||||
mybatis-plus.configuration.map-underscore-to-camel-case=false
|
||||
mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
mybatis-plus.configuration.database-id=dm
|
||||
user.default.password=1q2w3E*
|
||||
user.default.failsCount=5
|
||||
|
||||
## next is about the third login
|
||||
third.app.id=hello
|
||||
third.app.secret=hello
|
||||
#get.code.url= http://32.15.80.150:99/oauth2Server/oauth2/authorizeV2
|
||||
#app.redirect.url =http://127.0.0.1:8080/redirect
|
||||
get.token.url = http://127.0.0.1:99/oauth2Server/oauth2/token
|
||||
#refresh.token.url = http://127.0.0.1/oauth2Server/oauth2/refresh
|
||||
get.user.url = http://127.0.0.1:99/oauth2Server/oauth2/userinfo
|
||||
get.all.user = http://127.0.0.1/oauth2Server/api/outside/syncUserAll
|
||||
#get.all.dept=http://127.0.0.1/oatuh2Server/api/outside/synDeptAll
|
||||
logout.url=http://127.0.0.1:99/oauth2Server/oauth2/logout
|
||||
|
||||
path.planning.url=http://192.168.0.53:8989/route
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
spring.profiles.active=prod
|
||||
#spring.profiles.active=dev
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user