https://github.com/chatopera/java-get-started
A set of examples to learning Java.
https://github.com/chatopera/java-get-started
java java-tutorials
Last synced: 14 days ago
JSON representation
A set of examples to learning Java.
- Host: GitHub
- URL: https://github.com/chatopera/java-get-started
- Owner: chatopera
- License: other
- Created: 2019-12-17T07:36:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T18:16:52.000Z (over 5 years ago)
- Last Synced: 2025-10-08T16:40:30.363Z (7 months ago)
- Topics: java, java-tutorials
- Language: Java
- Size: 15.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java-get-started
学习 Java 的范例。
## 示例
- 基本数据类型
- 控制流
- 异常处理
- 反射
- 切面编程
- 面向对象编程
- Java 8 新特性
## 依赖
- Git and Linux Bash, you can use Git bash on Windows.
- [Amazon Corretto JDK 8](https://aws.amazon.com/cn/corretto/)
- [Maven 3.x](http://maven.apache.org/)
- [InteliJ IDEA](https://www.jetbrains.com/idea/) (使用社区免费版或付费专业版都可以)
## 导入集成开发环境
- 生成 IDEA 项目描述文件
```
./scripts/gen-idea.sh
```

- 导入 IDEA
## 执行代码
- 使用 Bash 脚本
```
./scripts/run.sh com.chatopera.tutorials.java.aop.Sample
```
## 开源许可协议
Copyright 2019 Chatopera Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.