当前位置: 首页 > news >正文

更换网站首页模板怎么做禅知 wordpress

更换网站首页模板怎么做,禅知 wordpress,百度推广工具有哪些,网站建设需要哪些书籍一.背景 公司有API网关产品需求#xff0c;希望有图形化的后台管理功能。看到了ApacheShenYu#xff0c;作为Apache的顶级项目#xff0c;直接认可了。首先#xff0c;感谢各位大神的付出#xff0c;初步看这个项目是国内大厂中的大神创立的#xff0c;在此表示膜拜…一.背景 公司有API网关产品需求希望有图形化的后台管理功能。看到了ApacheShenYu作为Apache的顶级项目直接认可了。首先感谢各位大神的付出初步看这个项目是国内大厂中的大神创立的在此表示膜拜 二.下载及参考文档 版本选择建议2.6.x 数据库选择MySQL 部署方式我选择的是二进制包部署。二进制包部署 | Apache ShenYu右上角可以切换中英文哈。 下载内容 1.Apache ShenYu Admin https://archive.apache.org/dist/shenyu/2.6.0/apache-shenyu-2.6.0-admin-bin.tar.gz 2.MySQL驱动 https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.18/mysql-connector-java-8.0.18.jar 3.Apache ShenYu Bootstrap https://archive.apache.org/dist/shenyu/2.6.0/apache-shenyu-2.6.0-bootstrap-bin.tar.gz 按照文档步骤操作应该没有问题。*注意*先操作文档左侧中的“部署先决条件”主要就是数据库初始化。 三.老版本2.4.1文档部署遇到的问题 在这里不是为了找茬就是记录根据文档快速上手遇到的问题。新版本2.6.x的文档好多了。对于初学者的友好度还需提升。大神们不要喷我。 1.莫名打开了2.4.1的文档开启了上手的路 2.下载后启动莫名结束 D:\zsp\works\study\ApacheShenYu\apache-shenyu-2.6.1-admin-bin\binstart.bat Starting the ShenYu-Admin ... 08:43:39,856 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] 08:43:39,856 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/D:/zsp/works/study/ApacheShenYu/apache-shenyu-2.6.1-admin-bin/conf/logback.xml] 08:43:39,944 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set 08:43:39,945 |-INFO in ch.qos.logback.core.joran.action.ShutdownHookAction - About to instantiate shutdown hook of type [ch.qos.logback.core.hook.DelayingShutdownHook] 08:43:39,947 |-INFO in ch.qos.logback.core.joran.action.StatusListenerAction - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener] 08:43:39,967 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 08:43:39,969 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE] 08:43:39,978 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy1182461167 - setting totalSizeCap to 10 GB 08:43:39,980 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy1182461167 - Archive files will be limited to [100 MB] each. 08:43:39,986 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy1182461167 - Will use zip compression 08:43:39,987 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy1182461167 - Will use the pattern D:/zsp/works/study/ApacheShenYu/apache-shenyu-2.6.1-admin-bin/bin//../logs/shenyu-admin.%d{yyyy-MM-dd}.%i.log for the active file 08:43:39,989 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP612679d6 - The date pattern is yyyy-MM-dd from file name pattern D:/zsp/works/study/ApacheShenYu/apache-shenyu-2.6.1-admin-bin/bin//../logs/shenyu-admin.%d{yyyy-MM-dd}.%i.log.zip. 08:43:39,989 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP612679d6 - Roll-over at midnight. 08:43:39,991 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP612679d6 - Setting initial period to Tue Jun 25 08:40:32 CST 2024 08:43:39,993 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 08:43:40,002 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - Active log file name: D:\zsp\works\study\ApacheShenYu\apache-shenyu-2.6.1-admin-bin\bin\/../logs/shenyu-admin.log 08:43:40,002 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - File property is set to [D:\zsp\works\study\ApacheShenYu\apache-shenyu-2.6.1-admin-bin\bin\/../logs/shenyu-admin.log] 08:43:40,006 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.classic.AsyncAppender] 08:43:40,008 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ASYNC_FILE] 08:43:40,008 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to ch.qos.logback.classic.AsyncAppender[ASYNC_FILE] 08:43:40,008 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC_FILE] - Attaching appender named [FILE] to AsyncAppender. 08:43:40,009 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC_FILE] - Setting discardingThreshold to 0 08:43:40,009 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 08:43:40,009 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ERROR_FILE] 08:43:40,010 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy1832580921 - setting totalSizeCap to 10 GB 08:43:40,011 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy1832580921 - Archive files will be limited to [100 MB] each. 08:43:40,011 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy1832580921 - Will use zip compression 08:43:40,011 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy1832580921 - Will use the pattern D:/zsp/works/study/ApacheShenYu/apache-shenyu-2.6.1-admin-bin/bin//../logs/shenyu-admin.%d{yyyy-MM-dd}-error.%i.log for the active file 08:43:40,012 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP1da51a35 - The date pattern is yyyy-MM-dd from file name pattern D:/zsp/works/study/ApacheShenYu/apache-shenyu-2.6.1-admin-bin/bin//../logs/shenyu-admin.%d{yyyy-MM-dd}-error.%i.log.zip. 08:43:40,012 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP1da51a35 - Roll-over at midnight. 08:43:40,012 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP1da51a35 - Setting initial period to Tue Jun 25 08:40:32 CST 2024 08:43:40,013 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 08:43:40,013 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[ERROR_FILE] - Active log file name: D:\zsp\works\study\ApacheShenYu\apache-shenyu-2.6.1-admin-bin\bin\/../logs/shenyu-admin-error.log 08:43:40,013 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[ERROR_FILE] - File property is set to [D:\zsp\works\study\ApacheShenYu\apache-shenyu-2.6.1-admin-bin\bin\/../logs/shenyu-admin-error.log] 08:43:40,014 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.classic.AsyncAppender] 08:43:40,014 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ASYNC_ERROR_FILE] 08:43:40,014 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [ERROR_FILE] to ch.qos.logback.classic.AsyncAppender[ASYNC_ERROR_FILE] 08:43:40,014 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC_ERROR_FILE] - Attaching appender named [ERROR_FILE] to AsyncAppender. 08:43:40,014 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC_ERROR_FILE] - Setting discardingThreshold to 0 08:43:40,015 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO 08:43:40,017 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [ASYNC_FILE] to Logger[ROOT] 08:43:40,017 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [ASYNC_ERROR_FILE] to Logger[ROOT] 08:43:40,017 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 08:43:40,017 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator44a3ec6b - Registering current configuration as safe fallback point 08:43:40,419 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC_FILE] - Worker thread will flush remaining events before exiting. 08:43:40,420 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC_FILE] - Queue flush finished successfully within timeout. 08:43:40,421 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC_ERROR_FILE] - Worker thread will flush remaining events before exiting. 08:43:40,421 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC_ERROR_FILE] - Queue flush finished successfully within timeout. 08:43:40,432 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set 08:43:40,432 |-INFO in ch.qos.logback.core.joran.action.ShutdownHookAction - About to instantiate shutdown hook of type [ch.qos.logback.core.hook.DelayingShutdownHook] 08:43:40,432 |-INFO in ch.qos.logback.core.joran.action.StatusListenerAction - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener] 08:43:40,433 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 08:43:40,433 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE] 08:43:40,434 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy322561962 - setting totalSizeCap to 10 GB 08:43:40,434 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy322561962 - Archive files will be limited to [100 MB] each. 08:43:40,434 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy322561962 - Will use zip compression 08:43:40,435 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy322561962 - Will use the pattern D:/zsp/works/study/ApacheShenYu/apache-shenyu-2.6.1-admin-bin/bin//../logs/shenyu-admin.%d{yyyy-MM-dd}.%i.log for the active file 08:43:40,435 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP1fb669c3 - The date pattern is yyyy-MM-dd from file name pattern D:/zsp/works/study/ApacheShenYu/apache-shenyu-2.6.1-admin-bin/bin//../logs/shenyu-admin.%d{yyyy-MM-dd}.%i.log.zip. 08:43:40,435 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP1fb669c3 - Roll-over at midnight. 08:43:40,436 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP1fb669c3 - Setting initial period to Tue Jun 25 08:40:32 CST 2024 08:43:40,437 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 08:43:40,438 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - Active log file name: D:\zsp\works\study\ApacheShenYu\apache-shenyu-2.6.1-admin-bin\bin\/../logs/shenyu-admin.log 08:43:40,438 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - File property is set to [D:\zsp\works\study\ApacheShenYu\apache-shenyu-2.6.1-admin-bin\bin\/../logs/shenyu-admin.log] 08:43:40,439 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.classic.AsyncAppender] 08:43:40,439 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ASYNC_FILE] 08:43:40,439 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to ch.qos.logback.classic.AsyncAppender[ASYNC_FILE] 08:43:40,439 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC_FILE] - Attaching appender named [FILE] to AsyncAppender. 08:43:40,439 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC_FILE] - Setting discardingThreshold to 0 08:43:40,440 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 08:43:40,440 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ERROR_FILE] 08:43:40,440 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy1237740254 - setting totalSizeCap to 10 GB 08:43:40,441 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy1237740254 - Archive files will be limited to [100 MB] each. 08:43:40,441 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy1237740254 - Will use zip compression 08:43:40,441 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy1237740254 - Will use the pattern D:/zsp/works/study/ApacheShenYu/apache-shenyu-2.6.1-admin-bin/bin//../logs/shenyu-admin.%d{yyyy-MM-dd}-error.%i.log for the active file 08:43:40,441 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP6239aba6 - The date pattern is yyyy-MM-dd from file name pattern D:/zsp/works/study/ApacheShenYu/apache-shenyu-2.6.1-admin-bin/bin//../logs/shenyu-admin.%d{yyyy-MM-dd}-error.%i.log.zip. 08:43:40,441 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP6239aba6 - Roll-over at midnight. 08:43:40,442 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP6239aba6 - Setting initial period to Tue Jun 25 08:40:32 CST 2024 08:43:40,442 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 08:43:40,443 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[ERROR_FILE] - Active log file name: D:\zsp\works\study\ApacheShenYu\apache-shenyu-2.6.1-admin-bin\bin\/../logs/shenyu-admin-error.log 08:43:40,443 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[ERROR_FILE] - File property is set to [D:\zsp\works\study\ApacheShenYu\apache-shenyu-2.6.1-admin-bin\bin\/../logs/shenyu-admin-error.log] 08:43:40,443 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.classic.AsyncAppender] 08:43:40,443 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ASYNC_ERROR_FILE] 08:43:40,443 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [ERROR_FILE] to ch.qos.logback.classic.AsyncAppender[ASYNC_ERROR_FILE] 08:43:40,443 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC_ERROR_FILE] - Attaching appender named [ERROR_FILE] to AsyncAppender. 08:43:40,444 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC_ERROR_FILE] - Setting discardingThreshold to 0 08:43:40,444 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO 08:43:40,444 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator3e6104fc - Propagating INFO level on Logger[ROOT] onto the JUL framework 08:43:40,445 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [ASYNC_FILE] to Logger[ROOT] 08:43:40,445 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [ASYNC_ERROR_FILE] to Logger[ROOT] 08:43:40,445 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 08:43:40,445 |-INFO in org.springframework.boot.logging.logback.SpringBootJoranConfigurator7164ca4c - Registering current configuration as safe fallback point 08:43:40,450 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator3e6104fc - Propagating INFO level on Logger[org.springframework.boot] onto the JUL framework 08:43:40,450 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator3e6104fc - Propagating INFO level on Logger[org.apache.ibatis] onto the JUL framework 08:43:40,450 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator3e6104fc - Propagating INFO level on Logger[org.apache.shenyu.bonuspoint] onto the JUL framework 08:43:40,450 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator3e6104fc - Propagating INFO level on Logger[org.apache.shenyu.lottery] onto the JUL framework 08:43:40,451 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator3e6104fc - Propagating INFO level on Logger[org.apache.shenyu] onto the JUL framework______ __ ____ ____ Profile: mysql . ____ \ | | |_ _||_ _| Name: ShenYu Admin | (___ \_| | |--. .---. _ .--. \ \ [ ] _ _ Port: 9095_.____. | .-. |/ /__\\[ .-. | \ \/ / [ | | | Pid: 21224 | \____) | | | | || \__., | | | | _| |_ | \_/ |, SpringBoot Version: 2.7.17\______.[___]|__].__.[___||__]|______|.__._/ ShenYu Version: 2.6.108:43:44,845 |-INFO in ch.qos.logback.core.hook.DelayingShutdownHook3b361fc7 - Sleeping for 0 milliseconds 08:43:44,845 |-INFO in ch.qos.logback.core.hook.DelayingShutdownHook3b361fc7 - Logback context being closed via shutdown hook 08:43:44,846 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC_FILE] - Worker thread will flush remaining events before exiting. 08:43:44,846 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC_ERROR_FILE] - Worker thread will flush remaining events before exiting. 08:43:44,847 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC_FILE] - Queue flush finished successfully within timeout. 请按任意键继续. . . 3.查看日志文件是没有数据库表 2024-06-25 08:40:32 [main] ERROR org.springframework.boot.SpringApplication - Application run failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name upstreamCheckService defined in URL [jar:file:/D:/zsp/works/study/ApacheShenYu/apache-shenyu-2.6.1-admin-bin/lib/shenyu-admin-2.6.1.jar!/org/apache/shenyu/admin/service/impl/UpstreamCheckService.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.shenyu.admin.service.impl.UpstreamCheckService]: Constructor threw exception; nested exception is org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table shenyu.plugin doesnt exist ### The error may exist in class path resource [mappers/plugin-sqlmap.xml] ### The error may involve org.apache.shenyu.admin.mapper.PluginMapper.selectByNames-Inline ### The error occurred while setting parameters ### SQL: SELECT id, date_created, date_updated, name, config, role, sort, plugin_jar, enabled FROM plugin WHERE name IN ( ? , ? , ? , ? , ? ) ### Cause: java.sql.SQLSyntaxErrorException: Table shenyu.plugin doesnt exist ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table shenyu.plugin doesnt existat org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:310)at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:291)at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:921)at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732)at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409)at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)at org.springframework.boot.SpringApplication.run(SpringApplication.java:1300)at org.springframework.boot.SpringApplication.run(SpringApplication.java:1289)at org.apache.shenyu.admin.ShenyuAdminBootstrap.main(ShenyuAdminBootstrap.java:36) 4.文档没有写自己反编译找到了初始化sql 5.发现sql文件中的2个错误 -- ---------------------------- -- Table structure for operation_record_log -- ---------------------------- CREATE TABLE IF NOT EXISTS operation_record_log (id bigint NOT NULL PRIMARY KEY AUTO_INCREMENT COMMENT id,color varchar(20) NOT NULL COMMENT log color,context text NOT NULL COMMENT log context,operator varchar(200) NOT NULL COMMENT operator [user or app]],operation_time datetime NOT NULL DEFAULT now() COMMENT operation time,operation_type varchar(60) NOT NULL DEFAULT update COMMENT operation type ); operation_type字段最后少了个单引号。 -- ---------------------------- -- Table structure for alert_template -- ---------------------------- CREATE TABLE IF NOT EXISTS alert_template (id bigint NOT NULL AUTO_INCREMENT COMMENT primary key id,name varchar(255) NOT NULL COMMENT alert template name,strategy_name varchar(255) NOT NULL COMMENT alert template strategy name,content varchar(1000) NOT NULL COMMENT alert template content,date_created timestamp NOT NULL DEFAULT now() COMMENT create time,date_updated timestamp NOT NULL DEFAULT now() COMMENT update time ); id描述缺失报错应该修改为 id bigint NOT NULL PRIMARY KEY AUTO_INCREMENT COMMENT primary key id, 6.启动成功了不知道帐号密码 启动后打开http://localhost:9095帐号密码是 admin和123456 这些信息。文档中也不算友好对于初学者不好找。 首页登录后要求修改初始密码。
http://www.sczhlp.com/news/200327/

相关文章:

  • 网站定制哪家安全php企业公司网站源码
  • 高要seo整站优化淘宝客怎样做自己的网站推广
  • 网站建设互联网加网站开发商官网
  • 低价网站建设公司常熟市建设局网站
  • 电商网站建设思维导图修改 WordPress 模板
  • 哪个网络公司做网站好点网络营销有哪些方面
  • 携程旅行网站建设分析google下载官方版
  • 栅格布局 网站设计wordpress设置系统邮箱
  • 网站发布的步骤上海品牌设计公司有哪些
  • 建设一个企业网站一般多少钱做简历的网站都有哪些
  • 做网站是什么工作手机微网站
  • 产品营销网站精选网站建设
  • 湖南省做网站的怎么开通自己的微信公众号
  • win7系统下动网站建设设计师用什么软件
  • 游戏设计 网站简单的静态网站首页
  • 专业定制网站建设网站seo收录
  • 襄阳门户网站建设wordpress静态化配置
  • 单县网站wordpress调用插件
  • 某企业网站建设规划书wordpress 后台 重定向循环
  • 如何使用上线了app建设网站企业网站建设的价格
  • asp网站 没有数据库 管理员密码中国建设银行 官方网站
  • 程序员面试、算法研究、机器学习、大模型/ChatGPT/AIGC、论文审稿、具身智能/人形机器人、RAG等20大系列集锦
  • 2025年精密磨床/CNC加工厂家最新权威推荐榜:涵盖车床/铣床/多轴/复合加工,铝/不锈钢/钛合金/模具钢/塑料件定制,专攻汽车/医疗/航空航天/机器人零件及注塑模具
  • 2025 年最新推荐导轨丝杆源头厂家排行榜:聚焦优质货源,助力企业精准选品直线/滚珠/孚雷/恒而达导轨丝杆厂家推荐
  • 有没有什么比较好用的拼图工具?
  • 回收手表网站如何选择坪山网站建设
  • 手工艺品出口网站建设策划书wordpress论坛破解
  • 河源哪有做网站企业管理系统oa
  • 成都网站建设成都网站制作河南最新新闻事件今天
  • 网站域名批量查询注册杂志wordpress主题 无限加载