- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 40字
- 2021-06-30 19:10:51
Reviewing the generated project files
If we unzip the file, we will see several files:
[.mvn]
[wrapper]
maven-wrapper.jar
maven-wrapper.properties
[src]
[main]
[kotlin]
[com]
[microservices]
[chapter2]
Chapter2Application.kt
[resources]
[static]
[templates]
application.properties
[test]
[kotlin]
[com]
[microservices]
[chapter2]
Chapter2ApplicationTests.kt
.gitignore
mvnw
mvnw.cmd
pom.xml
推薦閱讀
- Android和PHP開發最佳實踐(第2版)
- Learning Spring 5.0
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- 青少年軟件編程基礎與實戰(圖形化編程三級)
- 算法訓練營:入門篇(全彩版)
- Vue.js 3.x從入門到精通(視頻教學版)
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- Learning AWS Lumberyard Game Development
- 假如C語言是我發明的:講給孩子聽的大師編程課
- 精通Scrapy網絡爬蟲
- C語言程序設計學習指導與習題解答
- Extreme C
- 零基礎學C語言第2版
- OpenCV with Python By Example
- Django Design Patterns and Best Practices