删除无关文件
This commit is contained in:
-206
@@ -1,206 +0,0 @@
|
||||
15:02:34.690 [main] ERROR org.nutz.mvc.impl.NutLoading - Error happend during start serivce!
|
||||
org.nutz.ioc.IocException: IocBean[authService] throw Exception when creating
|
||||
at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:153)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:271)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:161)
|
||||
at com.budwk.app.web.commons.proc.GlobalsSettingProcessor.init(GlobalsSettingProcessor.java:30)
|
||||
at org.nutz.mvc.impl.NutActionChainMaker.eval(NutActionChainMaker.java:38)
|
||||
at org.nutz.mvc.impl.UrlMappingImpl.add(UrlMappingImpl.java:54)
|
||||
at org.nutz.mvc.impl.NutLoading.evalUrlMapping(NutLoading.java:192)
|
||||
at org.nutz.mvc.impl.NutLoading.load(NutLoading.java:92)
|
||||
at org.nutz.boot.starter.nutz.mvc.NbMvcLoading.load(NbMvcLoading.java:27)
|
||||
at org.nutz.mvc.ActionHandler.<init>(ActionHandler.java:19)
|
||||
at org.nutz.mvc.NutFilter._init(NutFilter.java:91)
|
||||
at org.nutz.mvc.NutFilter.init(NutFilter.java:69)
|
||||
at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:140)
|
||||
at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:750)
|
||||
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992)
|
||||
at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
|
||||
at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
|
||||
at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:774)
|
||||
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:379)
|
||||
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1449)
|
||||
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1414)
|
||||
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916)
|
||||
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:288)
|
||||
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:524)
|
||||
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
|
||||
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
|
||||
at org.eclipse.jetty.server.Server.start(Server.java:423)
|
||||
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:110)
|
||||
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)
|
||||
at org.eclipse.jetty.server.Server.doStart(Server.java:387)
|
||||
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
|
||||
at org.nutz.boot.starter.jetty.JettyStarter.start(JettyStarter.java:190)
|
||||
at org.nutz.boot.AppContext.startServers(AppContext.java:312)
|
||||
at org.nutz.boot.NbApp.execute(NbApp.java:210)
|
||||
at org.nutz.boot.NbApp.run(NbApp.java:182)
|
||||
at com.budwk.app.MainLauncher.main(MainLauncher.java:68)
|
||||
Caused by: java.lang.RuntimeException: IocBean[authService] fail at field=[sysUserService]
|
||||
at org.nutz.ioc.weaver.FieldInjector.inject(FieldInjector.java:40)
|
||||
at org.nutz.ioc.weaver.DefaultWeaver.fill(DefaultWeaver.java:67)
|
||||
at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:138)
|
||||
... 36 common frames omitted
|
||||
Caused by: org.nutz.ioc.IocException: IocBean[sysUserServiceImpl -> dao -> dataSource] throw Exception when creating
|
||||
at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:153)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
|
||||
at org.nutz.ioc.val.ReferTypeValue.get(ReferTypeValue.java:60)
|
||||
at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:64)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
|
||||
at org.nutz.ioc.val.ReferValue.get(ReferValue.java:24)
|
||||
at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:64)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
|
||||
at org.nutz.ioc.impl.NutIoc.getByType(NutIoc.java:457)
|
||||
at org.nutz.ioc.val.ReferTypeValue.get(ReferTypeValue.java:66)
|
||||
at org.nutz.ioc.weaver.FieldInjector.inject(FieldInjector.java:32)
|
||||
... 38 common frames omitted
|
||||
Caused by: org.nutz.lang.InvokingException: Fail to invoke [org.nutz.boot.starter.jdbc.DataSourceStarter].getDataSource() by args:
|
||||
|
||||
For the reason: need jdbc.url
|
||||
at org.nutz.lang.Invoking.invoke(Invoking.java:195)
|
||||
at org.nutz.lang.Mirror.invoke(Mirror.java:1139)
|
||||
at org.nutz.ioc.impl.ObjectMakerImpl$1.born(ObjectMakerImpl.java:80)
|
||||
at org.nutz.ioc.weaver.DefaultWeaver.born(DefaultWeaver.java:78)
|
||||
at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:117)
|
||||
... 48 common frames omitted
|
||||
Caused by: java.lang.RuntimeException: need jdbc.url
|
||||
at org.nutz.boot.starter.jdbc.DataSourceStarter.createDruidDataSource(DataSourceStarter.java:65)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at org.nutz.lang.Invoking$NullArgInvoker.invoke(Invoking.java:77)
|
||||
at org.nutz.lang.Invoking.invoke(Invoking.java:192)
|
||||
at org.nutz.lang.Mirror.invoke(Mirror.java:1139)
|
||||
at org.nutz.ioc.impl.ObjectMakerImpl$1.born(ObjectMakerImpl.java:80)
|
||||
at org.nutz.ioc.weaver.DefaultWeaver.born(DefaultWeaver.java:78)
|
||||
at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:117)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:271)
|
||||
at org.nutz.boot.starter.jdbc.DataSourceStarter.createDataSource(DataSourceStarter.java:98)
|
||||
at org.nutz.boot.starter.jdbc.DataSourceStarter.getDataSource(DataSourceStarter.java:59)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at org.nutz.lang.Invoking$NullArgInvoker.invoke(Invoking.java:77)
|
||||
at org.nutz.lang.Invoking.invoke(Invoking.java:192)
|
||||
... 52 common frames omitted
|
||||
15:02:34.690 [main] ERROR org.nutz.mvc.impl.NutLoading - try to depose ioc
|
||||
15:02:34.834 [main] ERROR org.nutz.boot.NbApp - something happen!!
|
||||
java.lang.RuntimeException: Context 'app' had been deposed!
|
||||
at org.nutz.lang.Lang.makeThrow(Lang.java:139)
|
||||
at org.nutz.ioc.impl.ScopeContext.checkBuffer(ScopeContext.java:39)
|
||||
at org.nutz.ioc.impl.ScopeContext.fetch(ScopeContext.java:55)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:180)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:271)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:161)
|
||||
at org.nutz.boot.starter.quartz.QuartzStarter.start(QuartzStarter.java:74)
|
||||
at org.nutz.boot.AppContext.startServers(AppContext.java:312)
|
||||
at org.nutz.boot.NbApp.execute(NbApp.java:210)
|
||||
at org.nutz.boot.NbApp.run(NbApp.java:182)
|
||||
at com.budwk.app.MainLauncher.main(MainLauncher.java:68)
|
||||
15:02:53.686 [main] ERROR org.nutz.mvc.impl.NutLoading - Error happend during start serivce!
|
||||
org.nutz.ioc.IocException: IocBean[authService] throw Exception when creating
|
||||
at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:153)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:271)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:161)
|
||||
at com.budwk.app.web.commons.proc.GlobalsSettingProcessor.init(GlobalsSettingProcessor.java:30)
|
||||
at org.nutz.mvc.impl.NutActionChainMaker.eval(NutActionChainMaker.java:38)
|
||||
at org.nutz.mvc.impl.UrlMappingImpl.add(UrlMappingImpl.java:54)
|
||||
at org.nutz.mvc.impl.NutLoading.evalUrlMapping(NutLoading.java:192)
|
||||
at org.nutz.mvc.impl.NutLoading.load(NutLoading.java:92)
|
||||
at org.nutz.boot.starter.nutz.mvc.NbMvcLoading.load(NbMvcLoading.java:27)
|
||||
at org.nutz.mvc.ActionHandler.<init>(ActionHandler.java:19)
|
||||
at org.nutz.mvc.NutFilter._init(NutFilter.java:91)
|
||||
at org.nutz.mvc.NutFilter.init(NutFilter.java:69)
|
||||
at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:140)
|
||||
at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:750)
|
||||
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992)
|
||||
at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
|
||||
at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
|
||||
at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:774)
|
||||
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:379)
|
||||
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1449)
|
||||
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1414)
|
||||
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916)
|
||||
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:288)
|
||||
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:524)
|
||||
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
|
||||
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
|
||||
at org.eclipse.jetty.server.Server.start(Server.java:423)
|
||||
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:110)
|
||||
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)
|
||||
at org.eclipse.jetty.server.Server.doStart(Server.java:387)
|
||||
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
|
||||
at org.nutz.boot.starter.jetty.JettyStarter.start(JettyStarter.java:190)
|
||||
at org.nutz.boot.AppContext.startServers(AppContext.java:312)
|
||||
at org.nutz.boot.NbApp.execute(NbApp.java:210)
|
||||
at org.nutz.boot.NbApp.run(NbApp.java:182)
|
||||
at com.budwk.app.MainLauncher.main(MainLauncher.java:68)
|
||||
Caused by: java.lang.RuntimeException: IocBean[authService] fail at field=[sysUserService]
|
||||
at org.nutz.ioc.weaver.FieldInjector.inject(FieldInjector.java:40)
|
||||
at org.nutz.ioc.weaver.DefaultWeaver.fill(DefaultWeaver.java:67)
|
||||
at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:138)
|
||||
... 36 common frames omitted
|
||||
Caused by: org.nutz.ioc.IocException: IocBean[sysUserServiceImpl -> dao -> dataSource] throw Exception when creating
|
||||
at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:153)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
|
||||
at org.nutz.ioc.val.ReferTypeValue.get(ReferTypeValue.java:60)
|
||||
at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:64)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
|
||||
at org.nutz.ioc.val.ReferValue.get(ReferValue.java:24)
|
||||
at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:64)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
|
||||
at org.nutz.ioc.impl.NutIoc.getByType(NutIoc.java:457)
|
||||
at org.nutz.ioc.val.ReferTypeValue.get(ReferTypeValue.java:66)
|
||||
at org.nutz.ioc.weaver.FieldInjector.inject(FieldInjector.java:32)
|
||||
... 38 common frames omitted
|
||||
Caused by: org.nutz.lang.InvokingException: Fail to invoke [org.nutz.boot.starter.jdbc.DataSourceStarter].getDataSource() by args:
|
||||
|
||||
For the reason: need jdbc.url
|
||||
at org.nutz.lang.Invoking.invoke(Invoking.java:195)
|
||||
at org.nutz.lang.Mirror.invoke(Mirror.java:1139)
|
||||
at org.nutz.ioc.impl.ObjectMakerImpl$1.born(ObjectMakerImpl.java:80)
|
||||
at org.nutz.ioc.weaver.DefaultWeaver.born(DefaultWeaver.java:78)
|
||||
at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:117)
|
||||
... 48 common frames omitted
|
||||
Caused by: java.lang.RuntimeException: need jdbc.url
|
||||
at org.nutz.boot.starter.jdbc.DataSourceStarter.createDruidDataSource(DataSourceStarter.java:65)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at org.nutz.lang.Invoking$NullArgInvoker.invoke(Invoking.java:77)
|
||||
at org.nutz.lang.Invoking.invoke(Invoking.java:192)
|
||||
at org.nutz.lang.Mirror.invoke(Mirror.java:1139)
|
||||
at org.nutz.ioc.impl.ObjectMakerImpl$1.born(ObjectMakerImpl.java:80)
|
||||
at org.nutz.ioc.weaver.DefaultWeaver.born(DefaultWeaver.java:78)
|
||||
at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:117)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:271)
|
||||
at org.nutz.boot.starter.jdbc.DataSourceStarter.createDataSource(DataSourceStarter.java:98)
|
||||
at org.nutz.boot.starter.jdbc.DataSourceStarter.getDataSource(DataSourceStarter.java:59)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||
at org.nutz.lang.Invoking$NullArgInvoker.invoke(Invoking.java:77)
|
||||
at org.nutz.lang.Invoking.invoke(Invoking.java:192)
|
||||
... 52 common frames omitted
|
||||
15:02:53.687 [main] ERROR org.nutz.mvc.impl.NutLoading - try to depose ioc
|
||||
15:02:53.826 [main] ERROR org.nutz.boot.NbApp - something happen!!
|
||||
java.lang.RuntimeException: Context 'app' had been deposed!
|
||||
at org.nutz.lang.Lang.makeThrow(Lang.java:139)
|
||||
at org.nutz.ioc.impl.ScopeContext.checkBuffer(ScopeContext.java:39)
|
||||
at org.nutz.ioc.impl.ScopeContext.fetch(ScopeContext.java:55)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:180)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:271)
|
||||
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:161)
|
||||
at org.nutz.boot.starter.quartz.QuartzStarter.start(QuartzStarter.java:74)
|
||||
at org.nutz.boot.AppContext.startServers(AppContext.java:312)
|
||||
at org.nutz.boot.NbApp.execute(NbApp.java:210)
|
||||
at org.nutz.boot.NbApp.run(NbApp.java:182)
|
||||
at com.budwk.app.MainLauncher.main(MainLauncher.java:68)
|
||||
-2524
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
org.nutz.boot.config.impl.YamlConfigureLoader
|
||||
@@ -1,204 +0,0 @@
|
||||
nutz:
|
||||
application:
|
||||
name: zhgh_cug_v4
|
||||
mvc:
|
||||
ignore: ^(.+[.])(jsp|png|gif|jpg|js|css|jspx|jpeg|html|mp3|mp4|ico|svg|vue)$
|
||||
exclusions: /favicon/*,/assets/*,/druid/*,/upload/*,/components/*
|
||||
server:
|
||||
port: 80
|
||||
host: 0.0.0.0
|
||||
|
||||
jetty:
|
||||
contextPath: /
|
||||
threadpool:
|
||||
idleTimeout: 60000
|
||||
minThreads: 10
|
||||
maxThreads: 500
|
||||
page:
|
||||
403: /error/403.html
|
||||
404: /error/404.html
|
||||
500: /error/500.html
|
||||
#结合ftp使用,或用nginx代理ftp路径
|
||||
#staticPath: /Users/wizzer/temp/files
|
||||
#开发模式静态资源
|
||||
staticPathLocal: E:/projects/zhgh_cug_v4/src/main/resources/static
|
||||
|
||||
security:
|
||||
tokenName: saToken
|
||||
timeout: 36000
|
||||
# 是否允许同一账号并发登录 (为true时允许一起登录, 为false时新登录挤掉旧登录)
|
||||
# 允许同一账号并发登录,则系统参数 SessionOnlyOne 有效,亦可踢人下线并多了弹框提示功能
|
||||
isConcurrent: true
|
||||
# 在多人登录同一账号时,是否共用一个token (为true时所有登录共用一个token, 为false时每次登录新建一个token)
|
||||
isShare: false
|
||||
|
||||
wxwork:
|
||||
enable: true
|
||||
corpId: wwaca81b3016b9a58c
|
||||
corpSecret: Auc7919Su1Uds5ZErfZybBrt-8FkP5NA-dldZyQuOrM
|
||||
agentId: 1000131
|
||||
redirectUri: /platform/wxwork/oauth2/callback
|
||||
|
||||
wx:
|
||||
enable: false
|
||||
appID: wx4f65ff5f1b72e99d
|
||||
appSecret: a65cec4fb69980bd88258fc8433a3eef
|
||||
redirectUri: /platform/wx/oauth2/callback
|
||||
|
||||
cas:
|
||||
enable: false
|
||||
server-url-prefix: https://i.njupt.edu.cn/cas
|
||||
server-login-url: https://i.njupt.edu.cn/cas/login
|
||||
qi-wx-server-login-url: httos:/cas.whcp.eou.cn/lyuapServer/wechatauz/wxAuthRedirect
|
||||
client-host-url: https://zhgh.njupt.edu.cn
|
||||
client-call-back-url: /platform/sso/login
|
||||
validation-type: cas
|
||||
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
port: 6378
|
||||
timeout: 2000
|
||||
max_redir: 10
|
||||
database: 1
|
||||
maxTotal: 500
|
||||
pool:
|
||||
maxTotal: 500
|
||||
maxIdle: 50
|
||||
minIdle: 10
|
||||
#password: test123
|
||||
mode: normal
|
||||
#cluster
|
||||
#nodes=192.168.6.31:6377,192.168.6.31:6378,192.168.6.28:6377,192.168.6.28:6378,192.168.6.34:6377,192.168.6.34:6378
|
||||
|
||||
jdbc:
|
||||
url: jdbc:mysql://192.168.21.212:3306/zhgh_zjvtit_v4?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
|
||||
username: root
|
||||
password: 123456
|
||||
validationQuery: select 1
|
||||
maxActive: 1000
|
||||
testWhileIdle: true
|
||||
connectionProperties: druid.stat.slowSqlMillis=2000
|
||||
defaultAutoCommit: true
|
||||
|
||||
xsssql:
|
||||
ignore:
|
||||
urls: /platform/cms/content/article/addDo,/platform/sys/app/conf/addDo,/platform/sys/app/conf/editDo
|
||||
|
||||
beetl:
|
||||
RESOURCE:
|
||||
#本地路径,开发时设置本地路径,便于调试
|
||||
rootLocal: E:/projects/zhgh_cug_v4/src/main/resources/views/
|
||||
root: views/
|
||||
DELIMITER_STATEMENT_START: "<!--#"
|
||||
DELIMITER_STATEMENT_END: "#-->"
|
||||
FT:
|
||||
#用法: ${"wizzer",escape}
|
||||
escape: com.budwk.app.web.commons.ext.beetl.HtmlEscapeFormat
|
||||
#用法: ${10241024,filesize}
|
||||
filesize: com.budwk.app.web.commons.ext.beetl.FileSizeFormat
|
||||
#用法: ${"",html2txt="100"} 截取100字符
|
||||
html2txt: com.budwk.app.web.commons.ext.beetl.Html2TxtFormat
|
||||
#用法: ${"",strlen="100"} 截取100字符
|
||||
strlen: com.budwk.app.web.commons.ext.beetl.StrlenFormat
|
||||
|
||||
#==============================================================
|
||||
#Configure Main Scheduler Properties
|
||||
#==============================================================
|
||||
#quartz延迟启动秒数
|
||||
quartz:
|
||||
startupDelay: 10
|
||||
scheduler:
|
||||
instanceName: defaultScheduler
|
||||
instanceId: AUTO
|
||||
#==============================================================
|
||||
#Skip Check Update
|
||||
#update:true
|
||||
#not update:false
|
||||
#==============================================================
|
||||
skipUpdateCheck: true
|
||||
#==============================================================
|
||||
#Configure JobStore isClustered=启用集群模式
|
||||
#==============================================================
|
||||
jobStore:
|
||||
class: org.quartz.impl.jdbcjobstore.JobStoreTX
|
||||
driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate
|
||||
#driverDelegateClass: org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
|
||||
#driverDelegateClass: org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
|
||||
#Other delegates can see: http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/tutorial-lesson-09.html
|
||||
dataSource: myDS
|
||||
tablePrefix: SYS_QRTZ_
|
||||
isClustered: false
|
||||
clusterCheckinInterval: 20000
|
||||
maxMisfiresToHandleAtATime: 120
|
||||
misfireThreshold: 120000
|
||||
txIsolationLevelSerializable: false
|
||||
|
||||
#==============================================================
|
||||
#Configure ThreadPool
|
||||
#==============================================================
|
||||
threadPool:
|
||||
class: org.quartz.simpl.SimpleThreadPool
|
||||
threadCount: 2
|
||||
threadPriority: 5
|
||||
threadsInheritContextClassLoaderOfInitializingThread: true
|
||||
|
||||
#============================================================================
|
||||
# Configure Plugins
|
||||
#============================================================================
|
||||
plugin:
|
||||
triggHistory:
|
||||
class: org.quartz.plugins.history.LoggingJobHistoryPlugin
|
||||
shutdownhook:
|
||||
class: org.quartz.plugins.management.ShutdownHookPlugin
|
||||
cleanShutdown: true
|
||||
#============================================================================
|
||||
# NutDao dataSource
|
||||
#============================================================================
|
||||
dataSource:
|
||||
myDS:
|
||||
connectionProvider:
|
||||
class: com.budwk.app.task.conn.NutConnectionProvider
|
||||
|
||||
minio:
|
||||
accessKey: minioadmin
|
||||
secretKey: minioadmin
|
||||
endPoint: http://192.168.21.214:9000
|
||||
bucket: njupt
|
||||
|
||||
data-center:
|
||||
grant_type: password
|
||||
scope: read
|
||||
username: 3848A3C738EFBB2C2E76E0D59B419DACA16A80F3AB0354CD
|
||||
password: 3848A3C738EFBB2C2E76E0D59B419DACA16A80F3AB0354CD
|
||||
token-url: https://bd.whcp.edu.cn/sjjkfwpt/api/bd-api/oauth/token
|
||||
urls:
|
||||
teacher: https://bd.whcp.edu.cn/sjjkfwpt/api/bd-api/get/JZGJCSJZLB
|
||||
unit: https://bd.whcp.edu.cn/sjjkfwpt/api/bd-api/get/YXSDWJBSJZLB
|
||||
msg:
|
||||
platform:
|
||||
enabled: false
|
||||
# 地大通讯平台基础地址,默认对接正式地址
|
||||
base-url: https://msg.cug.edu.cn
|
||||
# 授权系统名称,对应文档中的 tp_name
|
||||
tp-name : nwszl.cug.edu.cn
|
||||
# 便捷发送方法默认发送人工号,controller 只传接收人和内容时会读取这里
|
||||
default-send-user-id: 790036
|
||||
# 便捷发送方法默认发送人姓名,controller 只传接收人和内容时会读取这里
|
||||
default-send-user-name: 周斐霏
|
||||
# 便捷发送方法默认发送机构ID,可不填
|
||||
default-send-unit-id: 421
|
||||
# 便捷发送方法默认发送机构名称,可不填
|
||||
default-send-unit-name: 工会
|
||||
# 便捷发送方法默认签名,可不填
|
||||
default-send-user-sign:
|
||||
#短信中如果不包含链接和电话,可以使用公共模板ID:
|
||||
default-template-id: 1978744168869937153
|
||||
# 原始密钥,未提前加密时可直接填这里,程序会按 Base64 后 SHA 自动计算 secret_key
|
||||
raw-secret-key: Z21kbDlwYWJ4c2Vtbnk4NjlxeQ==
|
||||
# 如果对方已经提供了可直接使用的 secret_key,也可以直接配置该值,优先级高于 raw-secret-key
|
||||
encrypted-secret-key:
|
||||
# HTTP连接超时时间,单位毫秒
|
||||
connect-timeout: 5000
|
||||
# HTTP读取超时时间,单位毫秒
|
||||
read-timeout: 10000
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
______ _ _ _ _ _ _ _____ ___ ____ _
|
||||
| ___ \ | | | | | | | | | | ___| | \/ (_) (_)
|
||||
| |_/ /_ _ __| | | | | | ________| | | |___ \ | . . |_ _ __ _
|
||||
| ___ \ | | |/ _` | |/\| | |/ /______| | | | \ \ | |\/| | | '_ \| |
|
||||
| |_/ / |_| | (_| \ /\ / < \ \_/ /\__/ / | | | | | | | | |
|
||||
\____/ \__,_|\__,_|\/ \/|_|\_\ \___/\____/ \_| |_/_|_| |_|_|
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
var chain={
|
||||
"default" : {
|
||||
"ps" : [
|
||||
"com.budwk.app.web.commons.proc.LogTimeProcessor",
|
||||
"com.budwk.app.web.commons.proc.GlobalsSettingProcessor",
|
||||
"com.budwk.app.web.commons.proc.CspProcessor",
|
||||
"org.nutz.mvc.impl.processor.UpdateRequestAttributesProcessor",
|
||||
"org.nutz.mvc.impl.processor.EncodingProcessor",
|
||||
"org.nutz.mvc.impl.processor.ModuleProcessor",
|
||||
"com.budwk.app.web.commons.proc.XssSqlFilterProcessor",
|
||||
"org.nutz.mvc.impl.processor.ActionFiltersProcessor",
|
||||
"org.nutz.mvc.impl.processor.AdaptorProcessor",
|
||||
"com.budwk.app.web.commons.proc.ParamValidationProcessor",
|
||||
"org.nutz.mvc.impl.processor.MethodInvokeProcessor",
|
||||
"org.nutz.mvc.impl.processor.ViewProcessor"
|
||||
],
|
||||
"error" : 'com.budwk.app.web.commons.proc.WkFailProcessor'
|
||||
}
|
||||
};
|
||||
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.
BIN
Binary file not shown.
BIN
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.
BIN
Binary file not shown.
BIN
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.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
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.
BIN
Binary file not shown.
Binary file not shown.
BIN
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
Reference in New Issue
Block a user