目前项目打算大改,以前用的Java+SpringMvc+Mybatis+Mysql+Maven 这一套已经很的很熟悉了,想问下有没设计更优雅的语言和框架去写后台,最好性能要棒一点,逻辑更好写一点
==================
update
目前已确定还是用用上面的,只是SpringMvc 还在犹豫中,考虑是否用更简洁的
springboot,springside等spring其他开源项目
====================
update
还是springmvc好用,但是究竟要不要从maven迁移到gradle,个人感觉只是写法简单了而已,经常用的地方感觉没太大区别,现在这个问题纠结点在这里了。。
伊谢尔伦2017-04-17 16:23:49
To destroy a project, you only need to recruit two programmers with preferences for different languages
大家讲道理2017-04-17 16:23:49
Java has a web framework that is lighter than Spring: http://sparkjava.com/. Writing Web is very fun. Please refer to its documentation: http://sparkjava.com/documentation.html.
You can try lightweight Web Frameworks in other languages: Koa (Node.js), Flask (Python)