java8 tag

16 questions


1 answers
298 views
0
Package javax.sql is accessible from multiple modules: , Understanding How to Avoid java.sql

The following error occurred when I changed the JDK to JDK8→JDK11 and built it.I don't know how to avoid this error, but If anyone knows, could you please let me know?Error Package javax.sql is access...

1 years ago

1 answers
224 views
0
I want java to unify the number of continue in the for statement.

I want to make the number of continue in the for statement one in java I'm analyzing using sonarqube, but I get an error asking to make the number of continue one, but I don't know how to deal with it...

1 years ago

1 answers
102 views
0
Auto-wire Error in Executable JAR Created by STS

Nice to meet you.I have experience with .Net, but I don't have much experience with Java, so I may be skipping the common sense of the Java world.Please feel free to point it out.When I created a batc...

1 years ago

1 answers
69 views
0
SAXNotRecognizedException Occurs During XML Read After Updating to java6→java8

The XML load that worked properly in java6 is updated to java8 and The following Excepiton is now available.If you have experienced a similar phenomenon or know how to solve it, could you give me some...

1 years ago

1 answers
114 views
0
Asynchronous Upload of MultipartFile in Spring

I saw a lot of similar articles, but I couldn't solve them after trying them all, so please let me know.Spring 4Java 8WTPServerAsynchronous upload of input type=file in an environment using Some comme...

1 years ago

1 answers
64 views
0
I'm a beginner in language, so please let me know when Super is called automatically.

I have a question about the program below, why isn't the superclass constructor called automatically when the sixth line of the Child class constructor is called?What I've tried so far:Read the commen...

1 years ago

1 answers
99 views
0
How to Verify the Google Sheets API v3 to v4 Migration

GoogleSheetsAPIv3 is out of service on March 3, 2020, and a document on how to migrate to SheetsAPIv4 has been published. How can I confirm that v4 migration is supported so that v3 will continue to w...


1 answers
64 views
0
What is the license for OpenJDK?

When I looked into the OpenJDK license, I couldn't understand the official website well, so I looked for the information in the article, but the contents are completely different depending on the pers...

1 years ago

1 answers
58 views
0
Expand SpringBoot Cache and add business logic.

We are considering implementing SpringBoot Cache.The cache provider becomes Redis.@ Cacheable caches the results of the method with key:value.As a business requirement, it is not only necessary to cac...


1 answers
66 views
0
Understanding SPRINGMVC Paths

I'm making my own SPRINGMVC system.The server starts, but when I type the path, the screen does not appear.I'm sorry, but I look forward to hearing from you.Eclipse 4.6STS 3.8Tomcat8Spring 4.3.2 WEB.X...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.