1. 程式人生 > >idea本地除錯web報“There is no configured/running web-servers found! Please, run any web-config”

idea本地除錯web報“There is no configured/running web-servers found! Please, run any web-config”

本文永久更新地址:https://my.oschina.net/bysu/blog/3051091

1.按照網上的各種配置(如下圖)還是不行

2.網上還說要先run才行,run了還是不行,但是發現右下角報埠衝突,於是去修改埠為8081

3.再次執行

4.同時瀏覽器開啟會報404

5.在jsp頁面選擇已安裝的一款瀏覽器開啟即可

相關推薦

idea本地除錯webThere is no configured/running web-servers found! Please, run any web-config

本文永久更新地址:https://my.oschina.net/bysu/blog/3051091 1.按照網上的各種配置(如下

Idea web專案執行IDEA There is no configured/running web-servers found! Please, run any web-configura

IDEA There is no configured/running web-servers found! Please, run any web-configuration and hit the Refresh button! 初次使用使用IDEA搭建web application,習慣性

Struts2There is no Action mapped for action name calaction_mul.的錯

一、struts.xml檔案錯誤。這種錯誤又分為以下幾種: 1,struts.xml檔名錯誤。 2,struts.xml檔案放置路徑錯誤。一定要將此檔案放置在src目錄下。 3,struts.xml檔案內容錯誤。下面給出一個正確的struts.xml檔案以供參考。 <?xml

mybatis存入String型別引數There is no getter for property異常

使用mybatis框架,寫資料庫操作方法時,僅傳入了一個String型別,示例:List<Map<String, Object>> selectAlarmSmsRecord(String phoneNumber); 對應的部分sql如下:<if

Spring Security There is no PasswordEncoder mapped for the id "null"

encode row The autowired auto ppa params isp span 查了下發現是spring security 版本在5.0後就要加個PasswordEncoder了 解決辦法 在securityConfig類下加入NoOpP

Mybatis There is no getter for property named '***' in 'class java.lang.String'

sql 使用 mybatis and 參數 when choose orcal get 在mapper.xml中 , 如果單參數是String類型 , 且在sql語句中對參數進行了判斷 , 如下 when 中的判斷 , 如果出現 if 判斷也是一樣的。都需要把判斷中的參

解決 struts2 "There is no Action mapped for namespace / and action name"的問題

https def col demo 解決 ack ges 裏的 dex 在配置struts2 入門demo時碰到"There is no Action mapped for namespace / and action name"問題,查了一些資料,但沒有完全解決問題,

StrutsERROR Dispatcher Could not find action or result: / There is no Action mapped for namespace..

Struts出現ERROR Dispatcher Could not find action or result: / There is no Action mapped for namespace [/] and action name [] associated with context pat

mybatis There is no getter for property named 'XXX' in 'class com.xx.xx'

mybatis報錯資訊記錄: ### Error querying database.  Cause: org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'ba

Shiro錯org.apache.shiro.session.UnknownSessionException: There is no session with id

錯誤資訊 5:59:12.430 [http-nio-8080-exec-19] DEBUG o.a.shiro.mgt.DefaultSecurityManager - Resolved SubjectContext context session is invalid. Ignor

Spring Security 無法登陸,錯:There is no PasswordEncoder mapped for the id “null”

編寫好繼承了WebSecurityConfigurerAdapter類的WebSecurityConfig類後,我們需要在configure(AuthenticationManagerBuilder auth) 方法中定義認證用於資訊獲取來源以及密碼校驗規則等。(config

解決mybatisThere is no getter for property named ... in 'class java.lang.String'

發生這個的原因就是對於的屬性欄位沒有書寫正確,導致報錯。 這型別的報錯類似There is no getter for property named ... in 'classXXX。一個主要原因是在xml中進行引數配置的時候,引數名稱書寫錯誤。這個也是我遇到的問題。 為

springboot整合mybatis——There is no getter for property named '*' in 'class java.lang.String

There is no getter for property named '*' in 'class java.lang.String',此錯誤之

SSM框架錯分析(一)——There is no getter for property named 'XXX' in 'class java.lang.String'

一、發現問題 <select id="queryStudentByNum" resultType="student" parameterType="string"> select num,name,phone from student <where> <if t

grpc+etcdthere is no address available

猜測是非同步的原因d導致的 1、加etcd+grpc例子 ticker := time.NewTicker(1 * time.Second)邏輯(不過這種稍微麻煩) 2、在客戶端呼叫時:多加一個grpc.WithBlock()可以解決, conn, err := grpc.

maven錯 the goal you specified requires a project to execute but there is no POM in this direct...

linux下的maven mvn install報以下錯誤 the goal you specified requires a project to execute but there is no POM in this directory(自己的路徑).Please ve

MyBatis錯:There is no getter for property named 'xxx' in 'class java.lang.String'

在Mybatis的mapper檔案如果傳入的是一個字串型別的引數,且將該引數用來在<if test='"">判斷時,如果直接用引數名來判斷,則會報如標題所示的錯誤, 正確程式碼如下: &l

SpringBoot2.x整合Spring Security5,登陸錯:There is no PasswordEncoder mapped for the id "null"

解決: 在繼承了WebSecurityConfigurerAdapter的自定義類SecurityConfig上新增一個BCryptPasswordEncoder型別的PasswordEncoder 元件: @EnableWebSecurity //@EnableWeb

工單系列2 ---- MyBatis there is no getter for property named “xxx” in "class xxx"

系統中資料由移植而來,所以某一張表,稱為A表吧,欄位好幾十個,都是按移出方提供的檔案來設定的,後來開發開發著,需求就多了起來,也需要在A表上新增幾個欄位。 但是我們開發也比較懶,做移植的指令碼寫的全部import到表裡,比如 import from [filename] o

Mybatis錯:There is no getter for property named 'xxxx' in 'class xxxx

在網上看見了不少的處理方法,可能每個人遇到的問題一樣,但是出問題的地方不一樣,我所遇到的這個問題,我是如下處理的。我在做JUnit測試的是時候報的這個錯誤,報錯如下:Caused by: org.apache.ibatis.reflection.ReflectionExcep