Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
ed31081b
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1440
Star
162
Fork
130
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
ed31081b
编写于
9月 18, 2018
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
配置文件修改
上级
ee708ff4
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
17 addition
and
10 deletion
+17
-10
skyeye-dao/.classpath
skyeye-dao/.classpath
+1
-1
skyeye-entity/.classpath
skyeye-entity/.classpath
+1
-1
skyeye-service/.classpath
skyeye-service/.classpath
+1
-1
skyeye-web/.classpath
skyeye-web/.classpath
+1
-1
skyeye-web/src/main/resources/properties/db.properties
skyeye-web/src/main/resources/properties/db.properties
+7
-1
skyeye-web/src/main/resources/spring/applicationContext-dao.xml
...-web/src/main/resources/spring/applicationContext-dao.xml
+5
-5
skyeye-web/src/main/webapp/js/index/index.js
skyeye-web/src/main/webapp/js/index/index.js
+1
-0
未找到文件。
skyeye-dao/.classpath
浏览文件 @
ed31081b
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</attributes>
</classpathentry>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/
JavaSE-1.
7"
>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/
jre
7"
>
<attributes>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</attributes>
...
...
skyeye-entity/.classpath
浏览文件 @
ed31081b
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</attributes>
</classpathentry>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/
JavaSE-1.
7"
>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/
jre
7"
>
<attributes>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</attributes>
...
...
skyeye-service/.classpath
浏览文件 @
ed31081b
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</attributes>
</classpathentry>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/
JavaSE-1.
7"
>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/
jre
7"
>
<attributes>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</attributes>
...
...
skyeye-web/.classpath
浏览文件 @
ed31081b
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</attributes>
</classpathentry>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/
JavaSE-1.
7"
>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/
jre
7"
>
<attributes>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</attributes>
...
...
skyeye-web/src/main/resources/properties/db.properties
浏览文件 @
ed31081b
...
@@ -2,4 +2,10 @@ jdbc.driver=com.mysql.jdbc.Driver
...
@@ -2,4 +2,10 @@ jdbc.driver=com.mysql.jdbc.Driver
jdbc.url
=
jdbc:mysql://localhost:3306/eve?characterEncoding=utf-8
jdbc.url
=
jdbc:mysql://localhost:3306/eve?characterEncoding=utf-8
jdbc.username
=
root
jdbc.username
=
root
jdbc.password
=
admin
jdbc.password
=
admin
validationQuery
=
SELECT 1
validationQuery
=
SELECT 1
\ No newline at end of file
jdbc.maxActive
=
10
jdbc.minIdle
=
5
jdbc.poolPreparedStatements
=
true
jdbc.maxWait
=
60000
jdbc.maxPoolPreparedStatementPerConnectionSize
=
33
\ No newline at end of file
skyeye-web/src/main/resources/spring/applicationContext-dao.xml
浏览文件 @
ed31081b
...
@@ -18,12 +18,12 @@
...
@@ -18,12 +18,12 @@
<property
name=
"username"
value=
"${jdbc.username}"
/>
<property
name=
"username"
value=
"${jdbc.username}"
/>
<property
name=
"password"
value=
"${jdbc.password}"
/>
<property
name=
"password"
value=
"${jdbc.password}"
/>
<property
name=
"driverClassName"
value=
"${jdbc.driver}"
/>
<property
name=
"driverClassName"
value=
"${jdbc.driver}"
/>
<property
name=
"maxActive"
value=
"
10
"
/>
<property
name=
"maxActive"
value=
"
${jdbc.maxActive}
"
/>
<property
name=
"minIdle"
value=
"
5
"
/>
<property
name=
"minIdle"
value=
"
${jdbc.minIdle}
"
/>
<!-- 获取连接最大等待时间 -->
<!-- 获取连接最大等待时间 -->
<property
name=
"maxWait"
value=
"
60000
"
/>
<property
name=
"maxWait"
value=
"
${jdbc.maxWait}
"
/>
<property
name=
"poolPreparedStatements"
value=
"
true
"
/>
<property
name=
"poolPreparedStatements"
value=
"
${jdbc.poolPreparedStatements}
"
/>
<property
name=
"maxPoolPreparedStatementPerConnectionSize"
value=
"
33
"
/>
<property
name=
"maxPoolPreparedStatementPerConnectionSize"
value=
"
${jdbc.maxPoolPreparedStatementPerConnectionSize}
"
/>
<!-- 用来检测有效sql -->
<!-- 用来检测有效sql -->
<property
name=
"validationQuery"
value=
"${validationQuery}"
/>
<property
name=
"validationQuery"
value=
"${validationQuery}"
/>
<property
name=
"testOnBorrow"
value=
"false"
/>
<property
name=
"testOnBorrow"
value=
"false"
/>
...
...
skyeye-web/src/main/webapp/js/index/index.js
浏览文件 @
ed31081b
...
@@ -58,6 +58,7 @@
...
@@ -58,6 +58,7 @@
data
:
{
nihaoa
:
''
}
data
:
{
nihaoa
:
''
}
},
//可以为{} 默认 请求 json/desktopmenu.json
},
//可以为{} 默认 请求 json/desktopmenu.json
done
:
function
(
desktopApp
)
{
done
:
function
(
desktopApp
)
{
console
.
log
(
desktopApp
);
desktopApp
.
ondblclick
(
function
(
id
,
elem
)
{
desktopApp
.
ondblclick
(
function
(
id
,
elem
)
{
OpenWindow
(
elem
);
OpenWindow
(
elem
);
});
});
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录