https://github.com/cworld1/java-learning
Some notes and code about CWorld learning Java
https://github.com/cworld1/java-learning
java learning spring
Last synced: about 1 month ago
JSON representation
Some notes and code about CWorld learning Java
- Host: GitHub
- URL: https://github.com/cworld1/java-learning
- Owner: cworld1
- License: gpl-3.0
- Created: 2023-07-14T15:08:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T17:51:39.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T03:26:51.499Z (over 1 year ago)
- Topics: java, learning, spring
- Language: Java
- Homepage:
- Size: 3.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Learning
Some notes and code about CWorld learning Java.
## Local Development
Environment requirements:
- [JDK](https://www.oracle.com/java/technologies/javase-downloads.html) 20.0.1+
### 1. Clone the repository
```shell
git clone https://github.com/cworld1/java-learning.git
cd java-learning
```
### 2. Run the code
```shell
javac HelloWorld.java
java HelloWorld
```
## Contributions
As the author is only a beginner in learning it, there are obvious mistakes in his notes. Readers are also invited to make a lot of mistakes. In addition, you are welcome to use PR or Issues to improve them.
## Thanks
Some of the electronic textbooks have helped the author a lot in his studies, and without them, this notebook would not have been possible. I would like to express my gratitude to the original authors of these materials. If you have any doubts about this project, you can also read the following textbooks carefully to remedy them.
- [尚硅谷Java零基础全套视频教程(宋红康2023版,java入门自学必备)](https://www.bilibili.com/video/BV1PY411e7J6)
## License
This project is licensed under the GPL 3.0 License.
[](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en)
This documention is admitted by [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](http://creativecommons.org/licenses/by-nc-sa/4.0/).