非现报表重命名为FXZC_Report_Manage为了区分,并部署到报表服务器10.15.0.171上
parent
d3f431fee1
commit
b3b9b43dfe
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module version="4">
|
||||||
|
<component name="SonarLintModuleSettings">
|
||||||
|
<option name="uniqueId" value="c264bd76-91f7-4921-b6b4-6e0919b8b4fb" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +0,0 @@
|
|||||||
Manifest-Version: 1.0
|
|
||||||
Created-By: IntelliJ IDEA
|
|
||||||
Built-By: shuguang
|
|
||||||
Build-Jdk: version 1.8.0_121
|
|
||||||
|
|
||||||
@ -1 +0,0 @@
|
|||||||
org.springframework.boot.env.EnvironmentPostProcessor=com.nmgs.MyEnvironmentPostProcessor
|
|
||||||
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.
@ -1,18 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<!DOCTYPE mapper
|
|
||||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
||||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
||||||
<mapper namespace="com.nmgs.mapper.Get_OperMassageMapper">
|
|
||||||
<select id="select" parameterType="String" resultType="java.util.HashMap">
|
|
||||||
${sql}
|
|
||||||
</select>
|
|
||||||
<select id="selectforlist" parameterType="String" resultType="java.util.HashMap">
|
|
||||||
${sql}
|
|
||||||
</select>
|
|
||||||
<update id="update" parameterType="String">
|
|
||||||
${sql}
|
|
||||||
</update>
|
|
||||||
<select id="selectpage" parameterType="String" resultType="java.util.HashMap">
|
|
||||||
${sql}
|
|
||||||
</select>
|
|
||||||
</mapper>
|
|
||||||
@ -1,74 +0,0 @@
|
|||||||
#\u65E5\u5FD7\u9ED8\u8BA4\u914D\u7F6E
|
|
||||||
spring.logback.appName=Report_manage
|
|
||||||
spring.logback.level=INFO
|
|
||||||
spring.logback.myMaxHistory=30
|
|
||||||
spring.logback.myFileSize=10MB
|
|
||||||
spring.logback.myTotalSizeCap=2GB
|
|
||||||
spring.thymeleaf.prefix=classpath:/static/
|
|
||||||
|
|
||||||
#给返回的页面添加后缀名
|
|
||||||
spring.thymeleaf.suffix=.html
|
|
||||||
spring.thymeleaf.servlet.content-type=text/html:
|
|
||||||
spring.thymeleaf.mode=HTML
|
|
||||||
spring.thymeleaf.cache=false
|
|
||||||
spring.thymeleaf.encoding=utf-8
|
|
||||||
|
|
||||||
#\u7F16\u7801\u8BBE\u7F6E
|
|
||||||
server.servlet.encoding.charset=UTF-8
|
|
||||||
server.servlet.encoding.enabled=true
|
|
||||||
server.servlet.encoding.force=true
|
|
||||||
spring.messages.encoding=UTF-8
|
|
||||||
spring.profiles.active=dev
|
|
||||||
# \u8FDE\u63A5\u6C60\u914D\u7F6E
|
|
||||||
spring.datasource.name=com.zaxxer.hikari.HikariConfig
|
|
||||||
spring.datasource.hikari.maximum-pool-size=25
|
|
||||||
spring.datasource.hikari.auto-commit=true
|
|
||||||
spring.datasource.hikari.idle-timeout=0
|
|
||||||
spring.datasource.hikari.pool-name=DatebookHikariCP
|
|
||||||
spring.datasource.hikari.max-lifetime=300000
|
|
||||||
spring.datasource.hikari.connection-timeout=60000
|
|
||||||
spring.datasource.hikari.minimum-idle=1
|
|
||||||
spring.datasource.hikari.allow-pool-suspension: true
|
|
||||||
spring.datasource.hikari.register-mbeans: true
|
|
||||||
spring.datasource.hikari.leak-detection-threshold: 60000
|
|
||||||
# xml\u5730\u5740
|
|
||||||
spring.mybatis-plus.mapper-locations= com.nmgs.mapper/Get_OperMassageMapper.xml
|
|
||||||
# \u5B9E\u4F53\u626B\u63CF\uFF0C\u591A\u4E2Apackage\u7528\u9017\u53F7\u6216\u8005\u5206\u53F7\u5206\u9694
|
|
||||||
#\u81EA\u5DF1\u7684\u5B9E\u4F53\u7C7B\u5730\u5740
|
|
||||||
spring.mybatis-plus.type-aliases-package=com.nmgs.entity
|
|
||||||
# \u670D\u52A1\u6A21\u5757
|
|
||||||
# \u70ED\u90E8\u7F72\u5F00\u5173
|
|
||||||
spring.devtools.restart.enabled=true
|
|
||||||
#\u91CD\u542F\u76EE\u5F55
|
|
||||||
spring.devtools.restart.additional-paths=src/main
|
|
||||||
#redis
|
|
||||||
|
|
||||||
spring.session.store-type=none
|
|
||||||
#spring-session
|
|
||||||
spring.session.timeout: PT30M
|
|
||||||
|
|
||||||
spring.datasource.initialization-mode=always
|
|
||||||
|
|
||||||
|
|
||||||
#\u53BB\u9664\u9644\u4EF6\u5927\u5C0F\u9650\u5236
|
|
||||||
#\u8BF7\u6C42\u53C2\u6570\u957F\u5EA6
|
|
||||||
server.tomcat.max-http-form-post-size=10MB
|
|
||||||
server.max-http-header-size=10MB
|
|
||||||
|
|
||||||
#\u6700\u5927\u4E0A\u4F20\u6587\u4EF6\u5927\u5C0F(10MB)
|
|
||||||
|
|
||||||
spring.servlet.multipart.max-file-size = -1
|
|
||||||
spring.servlet.multipart.max-request-size = -1
|
|
||||||
server.tomcat.max-swallow-size = -1
|
|
||||||
server.tomcat.max-threads=1000
|
|
||||||
#\u4E0D\u53EF\u914D\u7F6E\u7684\u914D\u7F6E\u9879
|
|
||||||
mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
|
|
||||||
logging.level.com.nmgs.ssmpback.mapper=debug
|
|
||||||
sqlClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver
|
|
||||||
sqlvalidationQuery=SELECT 1
|
|
||||||
OracleClassName=oracle.jdbc.driver.OracleDriver
|
|
||||||
OraclevalidationQuery=SELECT 1 from dual
|
|
||||||
DMClassName=dm.jdbc.driver.DmDriver
|
|
||||||
DMvalidationQuery=SELECT 1
|
|
||||||
MySQLClassName=com.mysql.cj.jdbc.Driver
|
|
||||||
MySQLvalidationQuery=SELECT 1
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
@ -1,25 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
|
|
||||||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0" /> -->
|
|
||||||
<title>内蒙古自治区收费公路数据采集和综合应用系统</title>
|
|
||||||
<script type="module" crossorigin src="./assets/index-c3662ce0.js"></script>
|
|
||||||
<link rel="stylesheet" href="./assets/index-4225acd3.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div style="width: 100% ;height: 100%;" id="app"></div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
||||||
|
|
||||||
<style>
|
|
||||||
html,body{
|
|
||||||
margin:0;
|
|
||||||
width:100%;
|
|
||||||
height:100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
@ -1 +0,0 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|
|
||||||
|
Before Width: | Height: | Size: 1.5 KiB |
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