Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zksyService
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianjin
zksyService
Commits
f280f3f4
Commit
f280f3f4
authored
Apr 14, 2021
by
wangjinjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
事件图片展示问题
parent
0265bcb4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
17 deletions
+23
-17
pom.xml
pom.xml
+9
-0
src/main/resources/application.properties
src/main/resources/application.properties
+9
-9
src/main/resources/static/bootstrap/css/bootstrap-select.css
src/main/resources/static/bootstrap/css/bootstrap-select.css
+0
-1
src/main/resources/templates/page/jkgl.html
src/main/resources/templates/page/jkgl.html
+1
-1
src/main/resources/templates/page/sjcx.html
src/main/resources/templates/page/sjcx.html
+4
-6
No files found.
pom.xml
View file @
f280f3f4
...
...
@@ -185,6 +185,15 @@
<artifactId>
spring-boot-maven-plugin
</artifactId>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.1
</version>
<configuration>
<source>
1.8
</source>
<target>
1.8
</target>
</configuration>
</plugin>
</plugins>
</build>
...
...
src/main/resources/application.properties
View file @
f280f3f4
...
...
@@ -2,12 +2,12 @@ spring.profiles.active=dev
server.port
=
8082
spring.datasource.username
=
hzjt
spring.datasource.password
=
hzjt
spring.datasource.url
=
jdbc:oracle:thin:@33.65.250.179:1521:helowin
#
spring.datasource.username=test
#
spring.datasource.password=test
#
spring.datasource.url=jdbc:oracle:thin:@192.168.168.212:1523:helowin
#
spring.datasource.username=hzjt
#
spring.datasource.password=hzjt
#
spring.datasource.url=jdbc:oracle:thin:@33.65.250.179:1521:helowin
spring.datasource.username
=
test
spring.datasource.password
=
test
spring.datasource.url
=
jdbc:oracle:thin:@192.168.168.212:1523:helowin
spring.datasource.driver-class-name
=
oracle.jdbc.OracleDriver
# ��ʼ����С����С�����
...
...
@@ -29,8 +29,8 @@ spring.datasource.useGlobalDataSourceStat=true
spring.jackson.date-format
=
yyyy-MM-dd HH:mm:ss
spring.jackson.time-zone
=
GMT+8
#
#
spring.redis.host=localhost
spring.redis.host
=
33.65.250.179
spring.redis.host
=
localhost
#
spring.redis.host=33.65.250.179
spring.redis.port
=
6379
spring.cache.type
=
redis
spring.cache.redis.time-to-live
=
600000
...
...
@@ -39,7 +39,7 @@ spring.cache.redis.time-to-live=600000
mybatis.configuration.map-underscore-to-camel-case
=
true
mybatis.mapper-locations
=
classpath:mapper/*.xml
#
logging.level.im.zhaojun=info
logging.level.im.zhaojun
=
info
logging.level.org.crazycake.shiro
=
info
logging.pattern.console
=
%clr(%d{${LOG_DATEFORMAT_PATTERN:yyyy-MM-dd HH:mm:ss.SSS}}){faint} %clr(${LOG_LEVEL_PATTERN:%5p}) %clr(${PID}){magenta} %clr(---){faint} %clr([%15.15t]){faint} [%15.15X{username}] [%15.15X{ip}] %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n${LOG_EXCEPTION_CONVERSION_WORD:%wEx}
...
...
src/main/resources/static/bootstrap/css/bootstrap-select.css
View file @
f280f3f4
...
...
@@ -389,4 +389,3 @@ select.selectpicker {
width
:
100%
;
float
:
none
;
}
/*# sourceMappingURL=bootstrap-select.css.map */
\ No newline at end of file
src/main/resources/templates/page/jkgl.html
View file @
f280f3f4
...
...
@@ -7,13 +7,13 @@
<title>
监控管理
</title>
<link
rel=
"stylesheet"
href=
"../bootstrap/css/bootstrap.css"
>
<link
rel=
"stylesheet"
href=
"../bootstrap/css/bootstrap-datetimepicker.css"
>
<link
rel=
"stylesheet"
href=
"../bootstrap/css/bootstrap-treeview.css"
>
<link
rel=
"stylesheet"
href=
"../bootstrap/css/bootstrap-switch.min.css"
>
<link
rel=
"stylesheet"
href=
"../css/jkgl.css"
>
<!--<link rel="stylesheet" href="../css/viewer.min.css">-->
<link
rel=
"stylesheet"
href=
"../css/photoviewer.css"
>
<link
rel=
"stylesheet"
href=
"../css/animate.css"
>
<link
rel=
"stylesheet"
href=
"../css/noticejs.css"
>
<link
rel=
"stylesheet"
href=
"../bootstrap/css/bootstrap-treeview.css"
>
</head>
<body>
<div
id=
"page-sy"
>
...
...
src/main/resources/templates/page/sjcx.html
View file @
f280f3f4
...
...
@@ -4,6 +4,7 @@
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie=edge"
>
<link
rel=
"stylesheet"
href=
"../bootstrap/css/bootstrap.css"
>
<link
rel=
"stylesheet"
href=
"../bootstrap/css/bootstrap-datetimepicker.css"
>
<link
rel=
"stylesheet"
href=
"../bootstrap/css/bootstrap-select.css"
>
...
...
@@ -11,8 +12,6 @@
<link
rel=
"stylesheet"
href=
"../bootstrap/css/bootstrap-switch.min.css"
>
<link
rel=
"stylesheet"
href=
"../css/sjcx.css"
>
<link
rel=
"stylesheet"
href=
"../css/photoviewer.css"
>
<link
rel=
"stylesheet"
href=
"../bootstrap/css/bootstrap-switch.min.css"
>
<link
rel=
"stylesheet"
href=
"../css/photoviewer.css"
>
<link
rel=
"stylesheet"
href=
"../css/animate.css"
>
<link
rel=
"stylesheet"
href=
"../css/noticejs.css"
>
<!--<link rel="stylesheet" href="../css/viewer.min.css">-->
...
...
@@ -35,7 +34,7 @@
</div>
<div
id=
"tree-xzxq"
style=
"height: calc(100% - 80px);overflow-x: auto;float: left;width: 100%;"
></div>
</div>
<div
id=
"sjcx
_s
"
class=
"div-right"
>
<div
id=
"sjcx"
class=
"div-right"
>
<span
class=
"div-right-top"
>
<span
class=
"pub-span"
>
告警时间:
</span>
<input
type=
"text"
class=
"form-control input-pub"
id=
"kssj"
style=
"width: 300px;"
placeholder=
"请选择开始时间至结束时间"
>
...
...
@@ -523,13 +522,12 @@
<script
src=
"../bootstrap/js/bootstrap-paginator.js"
></script>
<script
src=
"../bootstrap/js/bootstrap-treeview.js"
></script>
<script
src=
"../bootstrap/js/bootstrap-select.js"
></script>
<script
src=
"../bootstrap/js/bootstrap-switch.min.js"
></script>
<!--<script src="../bootstrap/js/bootstrap-datetimepicker.js"></script>-->
<!--<script src="../bootstrap/js/bootstrap-datetimepicker.zh-CN.js"></script>-->
<script
src=
"../js/laydate/laydate.js"
></script>
<script
src=
"../js/notice.js"
></script>
<script
src=
"../bootstrap/js/bootstrap.js"
></script>
<script
src=
"../bootstrap/js/bootstrap-treeview.js"
></script>
<script
src=
"../bootstrap/js/bootstrap-switch.min.js"
></script>
<script
src=
"../js/echarts.min.js"
></script>
<script
src=
"../js/echarts-liquidfill.min.js"
></script>
<script
src=
"../js/vue.js"
></script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment